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

2012-04-01 Thread lbendlin
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

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

2012-04-01 Thread Soyer
Hello there, the part of my code which dispatch the string form the first activity to the second is : if (BluetoothDevice.ACTION_FOUND.equals(action)) { // Get the BluetoothDevice object from the Intent BluetoothDevice device =