AndroidTreeView
AndroidTreeView copied to clipboard
onClickListener
hi. i need when click an item of list show item's id. how i can do it? please help me.
the id is not unique, so if you have 2 list of 3 objects like List<Foo> foos = new ArrayList()<>; and List<Bar> bars = new ArrayList()<>. the Ids will be : 1 , 2 , 3 for foos and 1, 2 , 3 for bars