I'm looking for guidance from the community on building the backend for an android app. Do you know of any thorough books/tutorials that include code examples of how to build a Web Service that would be used as the back-end of an Android app? I would be particularly interested code advice about security and crud functionality.
You have a few options.<p>1. Phonegap.<p>2. UIWebView for iOS and android.webkit.WebView for Android.<p>3. Sencha. etc...<p>It shouldn't take that long to do this.