The android-viewpager tag has no wiki summary.
17
votes
5answers
722 views
Android - horizontal scrolling of multiple viewable items
IMPORTANT: Bounty is offered for clear way to modify ViewPager to satisfy the scenario outlined below. Please do not offer HorizontalScrollView - I need full Fragment lifecycle scenario covered
I ...
15
votes
7answers
6k views
ViewPager PagerAdapter not updating the View
I'm using the ViewPager from the compatibility library. I have succussfully got it displaying several views which I can page through.
However, I'm having a hard time figuring out how to update the ...
12
votes
2answers
704 views
Is it possible to do this Android screen animation with a ViewPager?
I need to make 2 screens with custom animation like explained below :
Screen 1 Screen 2
----------------------------- ...
10
votes
3answers
1k views
Replace Fragment inside a ViewPager
I'm trying to use Fragment with a ViewPager using the FragmentPagerAdapter.
What I'm looking for to achieve is to replace a fragment, positioned in the first page of the ViewPager, with another one.
...
9
votes
4answers
664 views
How can i get page number in View pager for android?
i want to know page position in ViewPager. i make one adapter and set this adapter to Viewpager.
Now i want to know the current page number or position of current view.
so i want to make some extra ...
9
votes
3answers
2k views
ViewPager and fragments — what's the right way to store fragment's state?
Fragments seem to be very nice for separetion of UI logic into some modules. But along with ViewPager it's lifecycle is still misty for me. So Guru thoughts are badly needed!
Edit
See dumb solution ...
8
votes
5answers
6k views
Get focused View from ViewPager
i use the ViewPager for switching views with left/right swipe.
The ViewPager needs an Adapter, so i builded this one:
public class ListViewPagerAdapter extends PagerAdapter {
protected static final ...
7
votes
2answers
333 views
Fragment is blank the second time it is viewed
I have a fragment interface with tabs along the bottom which open different fragments in the main view.
I have one particular fragment which is a list of items. If the user selects one of the items ...
6
votes
1answer
485 views
Disabling & Enabling Paging In ViewPager in Android
I am using android compatibility package version 4 for displaying pdf pages in my app.
I have used PagerAdapter & ViewPager for displaying pdf pages like horizontal scroll view.
Now the problem ...
6
votes
2answers
666 views
ViewPager as a circular queue / wrapping
I am using a ViewPager with the FragmentStatePagerAdapter to allow navigation between some fragments.
Let's say I have three fragments: A, B and C. The ViewPager shows Fragment A initially, and ...
5
votes
2answers
259 views
Multiple AsyncTaskLoader in a single activity - does every loader have to be initialized in onCreate?
I have a FragmentActivity with a ViewPager in it - this ViewPager contains three ListViews - each destined to have their own unique adapters (and unique data sets).
I would like to use ...
5
votes
1answer
440 views
Android View Pager flings the wrong way
I have found an interesting bug in the android view-pager (r4 of the ACL).
The velocity tracker will fling the view-pager the wrong way when scrolling your finger too fast/off the edge of the screen ...
5
votes
2answers
318 views
Scroll webview horizontally inside a ViewPager
I've put a WebView loading an image inside a ViewPager. When I try to scroll the image horizontally I move over to the next view instead of scrolling the image.
Is it possible to make it scroll to ...
5
votes
1answer
277 views
Filtering ListView which is part of a ViewPager Fragment
I recently converted my application from using Activites and TabHost to using Fragments and ViewPager from the Android Compat Library for API v4
I was able to fix/resolve most problems but am unable ...
5
votes
3answers
2k views
Update data in ListFragment as part of ViewPager
I'm using the v4 compatibility ViewPager in Android. My FragmentActivity has a bunch of data which is to be displayed in different ways on different pages in my ViewPager. So far I just have 3 ...
4
votes
1answer
1k views
Android sidebar like facebook or firefox
With the new facebook app it comes with an hidden sidebar that I would love to use something like that in my applications. It looks kinda like the sidebars that firefox mobile have...
Do you have any ...
4
votes
1answer
390 views
ViewPager and OnItemClickListener in ListView
I'm working on creating a swipe-to-dismiss list view adapter. My basic methodology is to wrap the list item's view as the second view in a ViewPager and provide the necessary callbacks in the item ...
4
votes
1answer
276 views
Android ViewPager having WebView is not showing the embeded image with style
I want to show html files of an epub book in webview using ViewPager. The text only files are showing correct but the pages having images are not showing correct(images are not showing). Images will ...
4
votes
1answer
791 views
Android - problems using FragmentActivity + Loader to update FragmentStatePagerAdapter
I'm trying to use FragmentActivity with ViewPager to display dynamic list of Fragments. There are plenty of examples on how to do a static version of it. My problem is that the list I display needs to ...
4
votes
3answers
2k views
How to force ViewPager to re-instantiate its items
I am using ViewPager to allow user to swipe between its views. Is there a way how to force this ViewPager to reload/re-instantiate its views in case that they are no longer valid or needs to be ...
4
votes
1answer
546 views
Android ViewPager padding/margin between page fragments
Android Market/Google Music seem to be able to have a gap of some sort between the different fragments that are contained in the ViewPager.
Any idea how this is done? Adding margin/padding to the ...
4
votes
3answers
3k views
Imageview and PagerAdapter
I want to put images in each pages of my ViewPager (like a book). Those images came from a list of url :
My Adapter looks like this :
private class MyPagerAdapter extends PagerAdapter{
...
3
votes
2answers
241 views
Viewpager: If page get removed the next pages content gets the removed pages content
(If someone needs more information, or a better description let me know)
Hello i included the viewPagerLibrary from here: http://viewpagerindicator.com/#introduction today in my project.
No i get ...
3
votes
4answers
1k views
(ActionBar) Tabs + Pager + detail Fragments inside ViewPager container
For ActionBarSherlock I would like to have (Action Bar) Tabs + Pager. I use Fragments inside that pager container. I already got the examples of http://actionbarsherlock.com/ working, but I can't ...
3
votes
2answers
1k views
Display fragment viewpager within a fragment
I have a fragment which contains a ViewPager. The ViewPager is associated with an adapter that contains a set of fragments.
Upon loading the parent fragment, I am met with an IllegalStateException ...
3
votes
2answers
568 views
Android Viewholder for ViewPager
Hello I am using a ViewPager but I would now like to retain states, instead of having cells regenerated.
I notice viewpager is very similar to a custom adapter for listviews, and they function ...
3
votes
4answers
1k views
Replace fragment with another fragment inside ViewPager
I'm using a ViewPager together with a FragmentPagerAdapter to host three different fragments
[Fragment1][Fragment2][Fragment3]
What I'm trying to achieve is to successfully replace Fragment1 with a ...
3
votes
1answer
1k views
Infinite ViewPager
This seems possible, but I'm having a little trouble figuring out how to implement a ViewPager that can page indefinitely.
My use case is for a calendar that shows a month at a time, but would be ...
3
votes
3answers
882 views
ViewPager indicator like Google+ App, or Google Doc App
I'm trying to implement the title indicator like the one found in Google+ Android App; I've come across two implementation, one by Jake Wharton and the other by Mark Gjoel.
What I want is to be able ...
3
votes
1answer
230 views
Touch Listeners for Parent and Child Views
I have a HorizontalScrollView inside a ViewPager , I have disabled the ontouchevent of the view pager, but the problem is horizontal scroll view is disturbed by this. It doesn't work properly, only ...
3
votes
1answer
1k views
Android ViewPager + Webview, ClassCastException! Need webview in a viewpager
I am trying to create a horizontal "listview" of webviews. As suggested by a previous answer to a question, I am using the ViewPager library from the compatibility pack.
Unfortunately when I go to ...
3
votes
3answers
336 views
Changing android:configChanges dynamically
I am creating a magazine app which uses a ViewPager and scrolls over different WebViews.
Most of the pages are portrait but some of them can be seen as landscape.
To handle this, I am using two ...
2
votes
1answer
59 views
Android: ViewPager and Context Menus
I am using the ViewPager from the Android Support package (android.support.v4.view.ViewPager). My ViewPager layout contents contains TextViews in a LinearLayout on each page.
I would like to be able ...
2
votes
1answer
266 views
Gallery of images using ViewPager + zoom in ImageViews
What am I trying to implement?
A gallery of images using ViewPager. I choose this option because the smooth transition between images (I'm using ImageView), it is nice and quite easy to implement.
...
2
votes
2answers
167 views
SimpleCursorAdapter on a ViewPager
How do I get a ListView using a SimpleCursorAdapter to show in a ViewPager? The Pager alone works just fine and the ListView works ok in a ListActivity, but I dont know how to make it works in an ...
2
votes
2answers
76 views
Multiple pages at the same time on a ViewPager
Is there a possibility to display two pages at the same time, when using a ViewPager? I'm not looking for an edge effect, but rather for two full pages at the same time.
Thanks in advance.
2
votes
2answers
250 views
How to write button onClick method in viewpager?
I want to Toast a message on button click using viewpager also I want more information on how to access views in viewpager.
I have tried following code.... not working
public class MyPagerAdapter ...
2
votes
1answer
227 views
Fragment doesn't call onSaveInstanceState when swiping ViewPager?
I'm having an issue with the ViewPager where my ListView is loosing it's scroll position.
The state of the ListView can easily be stored and restored using:
@Override
public View onCreateView ...
2
votes
1answer
336 views
FragmentPagerAdapter cannot be resolved to a type
I'm trying to follow Google's tutorial for implementing a ViewPager with Fragments using the Compatibility Package as described here: ...
2
votes
1answer
308 views
android some issue with viewpagerindicator
I am trying to implement viewpagerindicator within my app.
I am using viewpagerindicator lib. and my code is bellow link.
http://pastebin.com/TRUazPmb
I am getting an error,
11-15 ...
2
votes
2answers
678 views
Add / Delete pages to ViewPager dynamically
I would like to add or delete pages from my view pager dynamically. Is that possible?
2
votes
1answer
242 views
How to commit Fragment transactions in FragmentPagerAdapter in onLoadFinish callback method?
I would like to notify ViewPagerAdapter that dataset changed in Loader.onLoadFinish callback function.
It is prevented because state of fragments might be saved.
From ...
2
votes
2answers
742 views
Swipe between Android activities as with ViewPager
In my Android application I have two separate but related top-level screens / activities. I want to have two separate launcher icons for them, but allow the user to "swipe" between them, as with ...
2
votes
0answers
349 views
ViewPager in a ListView - how to lock the scrolling axis?
I have a ViewPager widget in every row of a ListView. This provides a shelf-like UI, so the user can scroll around searching for a shelf vertically, and then scroll horizontally amongst the contents ...
2
votes
2answers
678 views
Android ViewPager with previous and next pages visible?
I am currently building a horizontal gallery of videos.
I'd like to make something like that with only one video centered and part of previous and next videos:
I first opted for a Gallery but its ...
2
votes
1answer
254 views
How can I evenly space the tabs in ViewPager?
Does anyone have any tips on keeping the tabs evenly spaced in ViewPager?
<com.jakewharton.android.viewpagerindicator.TitlePageIndicator
android:id="@+id/indicator" ...
2
votes
1answer
790 views
Set default page for ViewPager in Android
I am using the following code, MAX is 2 pages. By default the position is 0 and adds a new page to the right. I inflate two layout files.
How can I show the page1 when the app starts and add a new ...
2
votes
1answer
809 views
Load contents on demand in ViewPager
When i open a page in ViewPager, it instantiates the neighboring pages. What I would like to achieve is
1.load the contents the page only when the page is on focus.
2.show a loading screen, while i ...
2
votes
0answers
158 views
How to create 3X3 array of images in viewpager like gridview which scrolls horizontally + android
How to create 3X3 array of images in viewpager like gridview which scrolls horizontally ?
2
votes
1answer
3k views
InstantiateItem in PagerAdapter and AddView in ViewPager confusion
So far I've been hacking together examples to get a feel for the APIs the Anfroid SDK as a whole. However I've hit an impasse.
I'm trying to Inflate a LinearLayout with 2 TextViews from an XML file. ...