Hi all,
I was looking to make an android app that gets data from a C# wcf server - at the minute I can pull some basic data and they are communicating - however what is the best way to create an app like this? I know that networking operations can't be run on the main thread, and I haven't had much luck (or see how it could be done/be useful) to start a new thread each and everytime something needs fetched :S
Is it possible to create a service that runs in the background and updates the main app?
Any help or advice is much appreciated :)