On Thu, Jul 15, 2010 at 2:05 AM, Jeruliu <[email protected]> wrote: > Say I have app A, in app A i want to set a schedule to startup the app B > and C at specific time? >
That's not a question ... > Is it possible to do that? if yes how? > Yes. With AlarmManager and startActivity(). > Just need to know the code to fire the outside app. > Just need to read the docs on the above class and function, and Intents. On Thu, Jul 15, 2010 at 3:24 AM, Jeruliu <[email protected]> wrote: > Which approach is better? notification or call intent from AlarmManger? > That depends on what you're trying to do and the purpose of your app. On Thu, Jul 15, 2010 at 3:42 AM, Jonas Petersson <[email protected]> wrote: > What's the problem your are trying so solve? This would be a good question to answer. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

