On Jun 17, 10:48 am, Christophe <[email protected]> wrote: > Shink, thank you for your answer. > > the add() and insert() work as expected. > However it is a lot easier for me to manipulate directly my ArrayList > (it is more flexible and the ArrayAdapter API lack some methods). I > think I will keep my current code with the overrided getCount() method > so I don't have to add to code to keep the ArrayAdapter in sync with > my ArrayList.
so extend BaseAdapter or ResourceAdapter then, not ArrayAdapter pskink -- 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

