Hi, The object you can put in an intent bundle must be serializable.
I think you can create your List extending arrayList and wich implements serializable. Then, you will be able to use extras.put( [your list] ); -- Will On 18 avr, 23:52, raqz <abdulraqee...@gmail.com> wrote: > Hi, > > I wish to send a list of type <MyFriend> from one activity to another. > I dont find a bundle.put...... for such an requirement in the api's. > Is there a way somebody could suggest through which I could transfer > different kinds of data. > Thanks, > Raqeeb > > -- > 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 > athttp://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