tablayout tag

5 questions


1 answers
125 views
0
Question about the difference between Android viewPager.addOnPageChangeListener and tabLayout.addOnTabSelectedListener.

In ViewPager, addOnPageChangeListener and What's the difference between addOnTabSelectedListener in TabLayout? Both seem like listeners to tap changes, but I don't know the difference. TabPagerAdapter...


2 answers
93 views
0
Question when passing the value from the main to the fragment.

The main sent a String value to the second screen through the int. On the second screen, three tabs and a viewfager are used, and each tab is made up of fragments.However, when you click a button on t...


3 answers
128 views
0
Value forwarding question to fragment.

Currently, it consists of EditText and search buttons on one screen, three tabs, and a viewfager, each tab being a fragment. If you press search, you want to send the value that comes with json parsin...


1 answers
106 views
0
Questions when implementing Android viewpager and tap functions

We are currently using the toolbar, tabs, and viewpager, and each is shown in the fragments. There are three tabs, and each time you turn over the screen, the data is being retrieved from the server. ...


3 answers
109 views
0
Question of passing values from the main of the viewfager to the fragment.

The main is currently using the View Pager tab layout toolbar. When you click Search here, you perform the SearchAsyncTask. Then, you want to get a long value from SearchAsyncTask's onPostExecute and ...


© 2024 OneMinuteCode. All rights reserved.