android-viewpager tag

18 questions


1 answers
142 views
0
This is an Android viewpager update question.

Hello. How was your holiday?I'd like to ask you a question that I couldn't solve during the holidays.I constructed a view page using three tabs in the layout.In fragment tab A, enter the string value ...


1 answers
149 views
0
How do I implement Fragment data in Android ViewPager?

Due to the nature of the view phaser in the Android view phaser, the current view and the view before the next view are called together. Assuming that there are about five fragments in the viewfager,W...


1 answers
125 views
0
Is there any way in RecyclerView to keep items in memory like the setOffscreenPageLimit() function in ViewPager?

I'm making an app for securities, and I'm drawing a line graph by holding the items of RecyclerView with a candle.If you scroll through this graph, the items in RecyclerView will be erased, and the va...


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
94 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
129 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
100 views
0
Creating a list view within a viewpager

http://blog.naver.com/PostView.nhn?blogId=leebon93&logNo=220628962407&parentCategoryNo=&categoryNo=6&viewDate=&isShowPopularPosts=false&from=postListI made a view pager by refe...

1 years ago

1 answers
130 views
0
Problem sending data to viewpager using fragment

When you run it, it is an app that displays a view page consisting of three fragments on top of the main activity.For the contents of each page, we received json parsing data and delivered it to each ...


1 answers
92 views
0
Renew Android App View Pager

Hello! This is the only place I can rely on.Haha Question about updating the fragment viewflipper.class SearchViewPagerAdapter(var fragNum : Int, fm : FragmentManager, searchText : String) : FragmentS...


1 answers
147 views
0
I have a question about Android viewpager.

The Viewpager page is on page 5All communicate with http to receive data.But the code seems to overlap too much, so is there a way to deal with it separately? I can't think of anythingpublic class Vie...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.