akshaydusane
Lurker
when a activity in android application is created onCreate method is called
then onStart and then onResume...
Then after onResume activity is running
I want do some process continuously while activity is running lets say I want to increase counter variable by 1..
I am not clicking any button not doing anything but application is running..
Then under which method do I write the code ?
then onStart and then onResume...
Then after onResume activity is running
I want do some process continuously while activity is running lets say I want to increase counter variable by 1..
I am not clicking any button not doing anything but application is running..
Then under which method do I write the code ?