I want to code on the listviews generated on each page of AHViewPager. As these listviews are created on runtime and all are initialized with the name 'lv', i need help in how to detect when any listview is clicked. I also wish to add records from mysql database for each tab. I tried adding it on page change but i am not able to detect the listview name. Thank you in advance