Hi,
i'm looking in forum but i cannot find so much about this argument.
I would like to make an application to send messages and images over tcp, no push notifications so no gcm framework.
My idea is to store user informations on external db and hadle authorization, ip, and log using php then connect the two clients with server support. (i can only run php scripts, no full access)
I have a working structure for user registration and login but i don't really know how to manage data trasmission device > server > device and vice-versa.
I don't want to use thirt parts chatrooms in webview etc.
Any Idea or example?
thanks.