Android ViewPager get the current View

I’ve figured it out. What I did was to call setTag() with a name to all Views/ListViews, and just call findViewWithTag(mytag), mytag being the tag.

Unfortunately, there’s no other way to solve this.

Leave a Comment