문제

Can anyone guide me or provide a link so that i can move forward. how I can do instant messaging in app. I want to send the message to server from one device & from server i should get back on other device in JSON format using HTTP. I have gone through many sites but dint get proper ideas. so please if you know give me some ideas.

many thanks..

도움이 되었습니까?

해결책

Got the IM app..

step 1 : Send the msg to server as a json object to server.
step 2 : keep running response thread for every seconds.
step 3 : Server sends the msg to requested user as a json object.
step 4 : server takes the msg from requested user and sends back as a response. which is running on other thread.
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top