python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can I tell the adapter ViewPager2 to redraw elements?
My app contains viewpager and tablayout. It requests data from the server, sorts and gives each tab its own set of information. I don't want to have a request to the network every time I select a tab,...

Maksimka
Votes: 0
Answers: 0
IllegalStateException on ViewPager2 with TabLayoutMediator
Hit there!
Recently I am getting some crashes on my app with an implementation of ViewPager2 from this line:
com.google.android.material.tabs.TabLayoutMediator$ViewPagerOnTabSelectedListener.onTabSele...
Markus
Votes: 0
Answers: 0
How to make a GridView with headers synchronized to TabLayout?
I'm having trouble creating a grid view with headers. And these headers still need to be synchronized with TabLayout as the screen scrolls.
So far I've managed to create the view of items with Recycle...
Roberto
Votes: 0
Answers: 0
Why I cannot type in Searchview inside tablayout fragment?
I have a main activity with a bottomnav bar, include a fragment name library, and inside library fragment I have a tablayout holds another 2 fragment like this. So the problem is, the SearchView insid...
Đạt Trần Thành
Votes: 0
Answers: 1