A very good explanation of structure of android project.
I have created this blog to help programmers who have just started their career thats why I have written all the tutorials from practical approach rather then theoretical. If anyone has any query related to programming don't hesitate to ask. My contact information is in my profile. Also I would like to thank all the websites/Individual(s) from whom I gathered the material.
Tuesday, September 13, 2011
The structure of an Android project - Night Dreaming (by Sudar)
Tuesday, August 30, 2011
Android - Socket Communication
Following is a very basic and very well documented tutorial on Socket Communication in JAVA which is same for Android.
Basic Socket Communication In Java:
http://download.oracle.com/javase/tutorial/networking/sockets/clientServer.html
Please make sure you give your application permission for internet access for Socket Communication:
In AndroidManifest.xml:
Basic Socket Communication In Java:
http://download.oracle.com/javase/tutorial/networking/sockets/clientServer.html
Please make sure you give your application permission for internet access for Socket Communication:
In AndroidManifest.xml:
<uses-permission android:name="android.permission.INTERNET" />
Subscribe to:
Posts (Atom)