On 16 Aug., 03:07, Mark Murphy <[email protected]> wrote: > You gave it an array. To be able to modify it at runtime, you need to > give it an ArrayList.
Alright, that did work. But why? Why is there an ArrayAdapter with a method called "remove" that you cannot use to remove an item from an array? The solution with that ArrayList seems to be not very obvious, if I may say so. --- Matt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

