At my work, I have to access an intranet site several times a day. The site has a short session inactivity logout - shorter than the frequency with which I must access it - so I end up having to relog every time. I'd like to write a small Webview app to just to a reload every ten minutes or so to keep me logged in. What's the best way to implement the reload trigger? Separate thread? Service? I'd like to maintain the session when the ui side of the process is backgrounded or even killed, if possible.
Thanks, Jay -- 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

