You could apply following steps: 1. Make an HttpPostRequest from your app that authenticates your app with your server. 2. Let your server return a temporary access token / identifier for the session. 3. Append that token as a query parameter to your WebView's URL. 4. Validate that access token on your server.
It's not 100% secure because people can still sniff network packets or search through your apps binary for these "secret" login credentials. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

