On Sat, Apr 30, 2011 at 10:15 AM, Manohar Mahapatra <[email protected]> wrote: > My application is a client based financial app and compulsorily it needs to > validate the user token from the server every time it comes to foreground. > This is a security mandate.
Then validate the user token in every activity in onResume(). I fail to see how anything else can satisfy this "security mandate". Android applications don't "come to foreground" any more than Web applications do. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 3.6 Available! -- 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

