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.
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.