Keep textview content in listview scrolling
问题 I have read about this confusing material, "listview scrolling lost content" and It made me frustrated. So I decide to ask here. Here is what I need: (TextItems) (TextValue) Item1 0 Item2 0 Item3 0 // after input custom edittext dialog, It must be: Item1 3 Item2 8 Item3 5 But, after I scroll down my screen(3 items isnot displayed on screen) then sroll up again, those item values is back to 0. Here is my Main.java: String[] items = {"Item1","Item2","Item3","Item4",..,"Item30"}; final ListView