[android-developers] how to monitor the activities launching in real time, so I can count how many times it has been launched?

2010-04-06 Thread lei
how to monitor the activities launching in real time, so I can count how many times it has been launched? ActivityManager somehow can do the similar work, but it is not on real time. would you help me? (i.e i had a background service running, it can detect when an activity has been launched, so it

Re: [android-developers] how to monitor the activities launching in real time, so I can count how many times it has been launched?

2010-04-06 Thread Simone Russo
You can use the preferences to store an int value and increment it by one every time the onCreate() is executed Simone On Tue, Apr 6, 2010 at 12:37 PM, lei eirst...@gmail.com wrote: how to monitor the activities launching in real time, so I can count how many times it has been launched?