Sorry but how to do it with my instructions ?
ListView L = (ListView) findViewById(R.id.lv);
L.setAdapter(new ArrayAdapter<String>(this, R.layout.list_item,
s[0]));

log.d(......) ?
Thanks.
On 19 mar, 13:42, Kostya Vasilyev <kmans...@gmail.com> wrote:
> Ah.
>
> No, if you always display the entire data set, then ArrayAdapter should
> work fine.
>
> Just use the debugger, and check what data you actually pass to the adapter.
>
> -- Kostya
>
> 19.03.2011 15:12, Alaeddine Ghribi пишет:
>
> > In fact i have 2 edittbox and other one to show the result, then
> > storing it. When i access to the "display" activity i have to show all
> > the datas that i've been added!
> > So, the procedure that you've talked about is it valid in this case ?
> > Thanks.
>
> --
> Kostya Vasilyev --http://kmansoft.wordpress.com

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

Reply via email to