Re: [android-developers] Re: Passing parameter in intent.

2012-02-14 Thread Put_tiMe
Got it working, thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com F

Re: [android-developers] Re: Passing parameter in intent.

2012-02-13 Thread Kristopher Micinski
Right, the Bundle that it gives you is *not* from the Intent. It's from your (possibly) saved instance state. kris On Mon, Feb 13, 2012 at 7:40 AM, jc wrote: > On Feb 13, 5:36 am, Put_tiMe wrote: >> I'm trying to send a parameter to an activity. But the problem is that in >> the activity's 'on

[android-developers] Re: Passing parameter in intent.

2012-02-13 Thread jc
On Feb 13, 5:36 am, Put_tiMe wrote: > I'm trying to send a parameter to an activity. But the problem is that in > the activity's 'onCreate' callback, the 'Bundle' parameter is always null. > > Intent aintent = *new* Intent(android.content.Intent.*ACTION_VIEW*); > *try > *{ > > aintent = new Intent