August 23rd, 2012, 09:24 AM
|
#1 (permalink)
|
|
Junior Member
Thread Author (OP)
Join Date: Feb 2012
Location: Ireland
Posts: 43
Device(s): Samsung Galaxy mini
Carrier: Not Provided
Thanks: 6
Thanked 3 Times in 3 Posts
|
A thread that runs all the time in the App.
I'm asking this question because I can't seem to get a straight answer wherever I look and doing this takes a lot of time as I would have to re-write a lot of code to just test it.
My app has many different activity classes and the average user would go back and forth through them awfully quickly. What I want to do is start a thread on the starting activity that will constantly check the values of certain java objects, whose values would be updated in the other activities.
What I want to know is if a thread I start on one activity would still be running through and checking these values even I move to another activity?
|
|
|