On Sat, Jan 14, 2012 at 1:41 AM, vishal garg <[email protected]> wrote:
> 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

Why are these two processes? 99.99% of Android applications do not
need more than one process. There is nothing in this description that
would justify the cost to the user in CPU, RAM, and battery from your
decision.

> 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.

Please ask specific questions, not just "please help".

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in NYC: http://marakana.com/training/android/

-- 
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

Reply via email to