Re: [android-developers] problem when passing value between activities !

2011-03-29 Thread TreKing
On Tue, Mar 29, 2011 at 1:06 PM, Igor Nesralla Ribeiro wrote: > .but when I put the key value of my item Id on Intent method "putExtra" I > cant get then into another acitivity... > You should elaborate. ---

[android-developers] problem when passing value between activities !

2011-03-29 Thread Igor Nesralla Ribeiro
Hi... I have a problem when i'm passing value between activitiesi'm using a activity to get information from a database and put into a listview after this I'm using a onListItemClick to call the another activity to show the a details of the item I selected...but when I put the key value of