Message from discussion
Hello Everyone, Is there anyway we can pass a listView from one activity to another
Received: by 10.52.23.146 with SMTP id m18mr4279909vdf.7.1333284975665;
Sun, 01 Apr 2012 05:56:15 -0700 (PDT)
X-BeenThere: android-developers@googlegroups.com
Received: by 10.220.205.136 with SMTP id fq8ls1946098vcb.3.gmail; Sun, 01 Apr
2012 05:53:45 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.52.94.100 with SMTP id db4mr272308vdb.10.1333284825823; Sun,
01 Apr 2012 05:53:45 -0700 (PDT)
Authentication-Results: ls.google.com; spf=pass (google.com: domain of
mblack...@gmail.com designates internal as permitted sender)
smtp.mail=mblack...@gmail.com; dkim=pass
header...@gmail.com
Received: by v22g2000vby.googlegroups.com with HTTP; Sun, 1 Apr 2012 05:53:45
-0700 (PDT)
Date: Sun, 1 Apr 2012 05:53:45 -0700 (PDT)
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.19
(KHTML, like Gecko) Chrome/18.0.1025.142 Safari/535.19,gzip(gfe)
Message-ID: <dbef627c-6a7e-464e-899d-ea3289eebf90@v22g2000vby.googlegroups.com>
Subject: Hello Everyone, Is there anyway we can pass a listView from one
activity to another
From: Soyer <mblack...@gmail.com>
To: Android Developers <android-developers@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
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 ?