I have an activity which contains classes for my list adapter and my view pager adapter as well as your standard activity functions.
The result is the ability to swipe through multiple lists.
I'm not sure where to listen for an item click. In the main activity? In the list adapter? view pager adapter? how?
Thanks