How to achieve Offline chat(Wifi chat) concept in android 2.2 and above? -


i'm new android. achieve "offline chat" concept in android(2.2 , above). know possible in android 4.0(and above) because wifidirect (wifi p2p) function available. how can achieve in android 2.2 without using wifi direct? possible chat in tethering network?

if question connectivity between 2 devices, i'd think should able use bluetooth that. you'll find information how use bluetooth here: http://developer.android.com/guide/topics/connectivity/bluetooth.html

most of api's used there have been added in api level 5, corresponds android 2.0 (eclair) , should sufficient needs.


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -