Android Listview, View Cell Will Only Update Once
I have a listview with custom array adapter, the view allows the user to change a variable up and down with some plus and minus buttons I implemented now the problem is that the pl
quantity variable could be unrelated to the current view in which clicks happens. Now it always is the TextView created/processed in last getView call.
I think must be like allItems variable. in getView function
final TextView quantity =…
Post a Comment for "Android Listview, View Cell Will Only Update Once"