[android-developers] Datepicker problem

2010-12-06 Thread Azhar Khan
* * Hi - I'm writing my first app, and I have a question about datepicker. My app requires the user to input a date. The most user-friendly way would be to popup a calendar-like widget that displays the current month like a calendar grid - something like this: http://i.imgur.com/9srDh.png I wan

[android-developers] interconnecting emulator instances

2010-12-06 Thread Azhar Khan
Hi, i want to communicate between two emulators, i try it through the method given here... http://developer.android.com/guide/developing/tools/emulator.html#connecting i have to redir to many servers(i have many nodes(server) listening on different ports).. is there any way to write those redir com

[android-developers] Connect tow Emulators on same machine

2010-11-29 Thread Azhar Khan
my machine is running window 7 i have running two android emulators AVD1 and AVD2 AVD1 is for server application and listening on ip 10.0.2.15 and port 8080 AVD2 is for client application and when it tries to connect with server it gives exception on following line Socket socket = new Socket("10.0.