Re: [android-developers] Re : passing data between activities

2012-03-27 Thread sunil kanaujia
u have to use bound concept properly.

On Mon, Mar 26, 2012 at 3:03 PM, vivek elangovan
elangovan.vi...@gmail.comwrote:

 hi members,
 I am having two activities in my project, In my Ist
 activity i m getting two values from my loop (for eg : Violation : WITHOUT
 HELMET and Violation : USING CELLULAR PHONE WHILE DRIVING(H) ) using
 putExtra i am passing these values to my IInd activity,what i need to
 display here is like this :

 violation : WITHOUT HELMET
 place : some place

 Violation : USING CELLULAR PHONE WHILE DRIVING(H)
 place : some place

 --
 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
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re : passing data between activities

2012-03-26 Thread Farhan Tariq
Google intents , putExtra and getExtras keywords

On Mon, Mar 26, 2012 at 2:33 PM, vivek elangovan
elangovan.vi...@gmail.comwrote:

 hi members,
 I am having two activities in my project, In my Ist
 activity i m getting two values from my loop (for eg : Violation : WITHOUT
 HELMET and Violation : USING CELLULAR PHONE WHILE DRIVING(H) ) using
 putExtra i am passing these values to my IInd activity,what i need to
 display here is like this :

 violation : WITHOUT HELMET
 place : some place

 Violation : USING CELLULAR PHONE WHILE DRIVING(H)
 place : some place

 --
 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
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re : passing data between activities

2012-03-26 Thread Jagruti Sangani
Please clearlly explain what you need.If you want to pass data between two
activity each other then use the setactivityresulton() like this method and
alos use the put extra for passing data.

On Mon, Mar 26, 2012 at 3:52 PM, Farhan Tariq farhan@gmail.com wrote:

 Google intents , putExtra and getExtras keywords


 On Mon, Mar 26, 2012 at 2:33 PM, vivek elangovan 
 elangovan.vi...@gmail.com wrote:

 hi members,
 I am having two activities in my project, In my Ist
 activity i m getting two values from my loop (for eg : Violation : WITHOUT
 HELMET and Violation : USING CELLULAR PHONE WHILE DRIVING(H) ) using
 putExtra i am passing these values to my IInd activity,what i need to
 display here is like this :

 violation : WITHOUT HELMET
 place : some place

 Violation : USING CELLULAR PHONE WHILE DRIVING(H)
 place : some place
 --
 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
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


 --
 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
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
Regards,
Jagruti Sangani
*iNextrix Technologies*

-- 
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en