You can always log the content and use LogCat to view the ouput.

Or you could create a test Intent for the purpose:

public class DumpArray extends ListActivity{
    public void onCreate(Bundle savedInstance){
        super.onCreate(savedInstance);
        setListAdapter( new ArrayAdapter<String>(this,
android.R.layout.simple_list_item_1, myArray);
    }
}

/Casper

On 9 Sep., 16:18, sweet <[email protected]> wrote:
> Nobody can help me ?
>
> On 9 sep, 09:30, sweet <[email protected]> wrote:
>
> > Hello i'm new to android developping and i've done a function which
> > return an arraylist type ArrayList<ArrayList>.
> > I would like to display this array list for see if my function work.
> > Can you help me ?
> > Thanks
> > Sweet
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to