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
Post a Comment