i would like to know how to send an ArrayAdapter that i'm filling in one activity, to a ListActivity display it.
The program itself searches for bluetooth devices around and fills the ArrayAdapter with it's names, then i would like to sent the created list to a ListActivity so the user can select one.
Thanks