Hi, I have an android app code where
1) 1st process : checks for user location constantly after every t minutes. 2) 2nd process : displays an image on the screen The processes are independent and but the code gets stuck in the first process as a result of which second process does not load. I am thinking of using threading to resolve but unable to understand/find documentation. Please help. I read : http://developer.android.com/resources/articles/painless-threading.html and was able to figure out very less from it. -vishal garg -- 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

