On Sat, Jun 4, 2011 at 7:08 AM, gijsvb <[email protected]> wrote:
> So i am doing anything wrong here? This is a really important piece of > my application so this bug really has to be fixed. Can someone help me > please? > That's a lot of random, unformatted code to look through, but one tip that may or may not help: don't use TimerTask. Use an IntentService to do your work in the background and use AlarmManager to re-schedule your Service to run again (if necessary). ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

