Implementing simple socket communication between android device and java server using json objects -


i'm trying build android application runs service.
service needs pass device information custom server , receive server.
i've chosen simple socket programming , json objects implement this.

can suggest suitable library implementing communication?

i'm newbie , foresee number of complications in implementing this.

the android volley library make life easy if looking library , don't want low level connection handling , got sample on page.


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -