onClick Childlist on ExpandableList Android
问题 i am using expandableList and each child has its edittext to enter a number... when the child is pressed, the edittext shows. if it is not, the edittext stays invisible..the problem is when i pressed child "A", some other childs (for example child "L" and "Z") also show the edittext... here is my code in main activity : protected void onCreate(Bundle konsumsi) { super.onCreate(konsumsi); setContentView(R.layout.konsumsi_user); exKonsumsi = (ExpandableListView) findViewById(R.id.EVkonsumsi