Questions tagged as 'viewpager'

1
answer

ViewPager on iOS with Swift 3

Hello, I'm developing an iPhone application using Swift 3 , and I'm having some questions regarding browsing between pages within a ViewController . My application for android I have a Activity using a ViewPager...
asked by 31.03.2017 / 01:34
1
answer

is it possible to create a Page View from null?

I'm implementing a book-style reading method and would like to put just one background image and at the time I give the Side Scroll I came across the value on the other side, just like a newly opened book. is there a way to create a ViewPager fr...
asked by 27.03.2017 / 14:46
1
answer

Fragments in the TabLayout's ViewPager disappear on the second call

Come on! I have an application that has a DrawerMenu (Menu Sliding), clicking on the Edit Profile item, calls a new Fragment ( EditFragment.class ), So, in this Fragment you have a TabLayout with a ViewPager , which contains 2 Tabs. Each...
asked by 25.10.2017 / 21:03
1
answer

Refresh recyclerview from another fragment, in the same viewpager

I have a viewpager that contains 3 fragments, one for transacted transactions, one for canceled transactions and one for open transactions. Each fragment has a recyclerview for displaying the transactions and also, each fragment has a swiperefre...
asked by 02.02.2018 / 17:54
1
answer

How to join a TabLayout in activity with a ViewPager within a FrameLayout

I'm working on a project where I need to join a TabLayout that is in activity with a ViewPager that is inside a fragment in the Activity FrameLayout. I'm trying everything, but my short question is: How can I get this ViewPager from fragment...
asked by 17.11.2017 / 21:08
1
answer

Toggle Tabs in ViewPager via button by fragment

I wonder if there is any way to switch between tabs by the fragment itself. I have a ViewPager with 2 tabs and I would like to switch via buttons because I validate some fields before switching the tabs. I disabled the swipe and also the acti...
asked by 04.08.2017 / 21:30
1
answer

How to use viewPagerAdapter

I have an activity called "visas" within this activity I have 5 other calls (seen 1 to 5), I want these visas to be next to each other, being able to slide horizontally between them through the viewpager adapter, however I did not find any tutor...
asked by 19.07.2017 / 01:55
1
answer

Tabs with different sizes (ViewPager)

I need to create an APP with several tabs, just like intagram and WhatsApp. And that when it happens to a specific Tab, it stays in fullScreem, or at least that disappear to ActionBar, and when to move to other Tabs everything returns to normal....
asked by 27.07.2017 / 17:13