Android Forums

Go Back   Android Forums > Android Coders > Android Development, Answers, Tutorials, and Code Snippets
Connect with Facebook

Click Here To Register!
Reply
 
LinkBack Thread Tools Display Modes
Old 03-05-2010, 06:32 AM   #1
Junior Member
 
Join Date: Mar 2010
Posts: 1
Friends: 0
View Slike's Profile   View Slike's Photo Album   View Slike's Blog   View Social Groups
Hi,

I'm new to Android development and I have to write an app (background, no gui) that should be aware of the running state of some other apps. If one (or more) of the targeted applications are active, my app should be triggered to start doing some things. If they're no longer used, my app should be aware of that too.

For this reason, I'd like to know how to monitor processes properly on Android, without causing to much overhead and/or battery drain.

So far I've made a little (activity-based) test app that's able to show some information via the ActivityManager-instance:

Code:
List<ActivityManager.RunningAppProcessInfo> procs = activityManager.getRunningAppProcesses();
I could write a service, that starts polling for this information periodically, but I'm afraid this isn't really a good option: it requires quite much processing time and shortens the battery's life time.

I'm looking for alternatives to get this done. Is there any event-based model available, to get notified of changes in the list of running processes without having to poll?
Or is there a possibility to do something with the intents, even though some apps pass their intents explicitly? All applications I'm interested in are doing more or less the same; in this case they respond to "watch video".


Thx for your advice!
Slike is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati
Reply With Quote
Reply

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
TOP 10 Applications??? fatty Hero 3 02-15-2010 05:49 PM
Application monitoring / usage thadroid Droid Eris 1 01-16-2010 03:20 PM
Application monitoring / usage thadroid Android Games And Applications 1 12-05-2009 05:01 PM
Applications not using my Wifi on my G1 dchowrox HTC Smart Mobility 1 01-14-2009 12:35 PM
Removing Applications kittysmile Android Games And Applications 1 12-03-2008 10:00 PM


Unlocked G1 Phones | Buy T-Mobile G1 | Google Phone

All times are GMT -6. The time now is 11:25 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.
Copyright (c) 2008 TalkAndroid.com. All rights reserved.