Skip to content

Commit

Permalink
syncronized with online repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bhanuvrat committed Jul 18, 2011
2 parents 523ea38 + b2b5766 commit 434501e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
This application enables an android phone to interact with the smart home device developed by GVC Systems a control various Appliances. It presently works over Bluetooth.
This a basic version. UI needs some more work.
And We'll be giving our best shot in the work.
4 changes: 4 additions & 0 deletions src/gvc/systems/GVCBluetoothApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,12 @@ public void sendSignal(View v){
}
}
private class ConnectThread extends Thread{


//a better way of creating threads
public void run(){

}
}

}

0 comments on commit 434501e

Please sign in to comment.