I need to develop an ANDROID client that will communicate with the server that runs WCF REST services.
Since I have limited experience with this I am looking a solution for:
- pushing data to android device (the client needs constant updates from the server)
- calling a method on server (reflection)
Any ideas/hints/samples are most welcome !