Assorted logic added to ImageTransferThread. Rewrites

This commit is contained in:
2013-12-18 08:24:35 -04:30
parent aff602d0fc
commit 9bcd7107b0
8 changed files with 24 additions and 18 deletions

View File

@@ -55,6 +55,7 @@ public class CamActivity extends Activity{
Intent intent = getIntent();
serverIp = intent.getStringExtra("address");
imThread = new ImageTransferThread(serverIp);
imThread.start();
}
@Override