Sunday, April 1, 2012

[android-developers] Re: Hello Everyone, Is there anyway we can pass a listView from one activity to another

Normally a listview is fed by an adapter. There is nothing stopping you from using the same adapter in different activities.

On Sunday, April 1, 2012 8:53:45 AM UTC-4, Soyer wrote:
I am trying to pass a list view from one activity to another and use
it as a Text_to_speech.

I converted the list view to a string (Using toString()) in the first
activity and did work, but it's not so convenient since i can't
manipulate the elements in the list(I can't use them)...i thought of
convert the String back to a listview but i thing no such method can
do that.




Any ideas ?

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

No comments:

Post a Comment