I am writing an application where using ListView
inside ViewPager
. Here I need to get onItemClick
for list item click but it's not working.
Any suggestion here, is there anything we need to maintain while using ListView
inside ViewPager
?
I am writing an application where using ListView
inside ViewPager
. Here I need to get onItemClick
for list item click but it's not working.
Any suggestion here, is there anything we need to maintain while using ListView
inside ViewPager
?
In ViewPager, you must be using fragments. In any of those fragments, you can register onItemClick event for a listview.