I'm developing an app (Android 4.0) which relies on a background service to sync specific data from probably sqlite to a remote mysql database.
I am pretty new to Android dev (but not programming) and hence am still struggling with where to begin and how to construct the system. I am planning on leveraging:
"Developing Android REST client applications" by Virgil Dobjanschi (2010)
as a starting point. What he demonstrates is a high level approach to developing such a system which is excellent.
My question is, in two years or so has anything changed, or would this still be considered a viable approach? Any other help you can give having gleened my situation will help me immensely.
Thanks.