[android-developers] Getting info from a calling activity advice

2011-10-09 Thread erik wagner
Hi, I'm trying to do something where I have an activity that needs to call another activity. I use the startActivityForResult and pass it a integer as the second parameter. I know I can check for that information after the second activity is done but my question is; is there a way I can know

Re: [android-developers] Getting info from a calling activity advice

2011-10-09 Thread TreKing
On Sun, Oct 9, 2011 at 8:06 PM, erik wagner erik.j.wag...@gmail.com wrote: If not, can anyone provide some advice on how to get a value from a calling activity to the called activity? Put data in the intent you send to the second activity.