A ViewGroup that manages the layout for the child views, which the user can swipe between.

learn more… | top users | synonyms (1)

0
votes
1answer
9 views

“Failed to inflate” ActionbarSherlock and ViewPager Indicator

I have this app using a ViewPager and ViewPagerIndicator and for some reason i keep getting the following error below. I cant seem to figure out why the error is populating. Any help would be greately ...
0
votes
0answers
13 views

android - load only one page of viewpager

I am using ViewPager and ViewPagerIndicator in my project. And want to load only one page at viewpager. I read this solution but ViewPagerIndicator will only show one icon if i use this method ...
0
votes
0answers
16 views

Android - Using ViewPager to display images

I'm having trouble understanding how to use images and simply switch between them by sliding with my finger. I've copied this project from this tutorial about ViewPager: ...
0
votes
1answer
23 views

Android View pager & List fragment

I have successfully gotten a 3 tab + pager implemented. One of these tabs is a List fragment, how would I update the fragment with the onclick method, and still be able to keep the tabs??
1
vote
0answers
13 views

Android - Distance between titles on ViewPager

I'm using ViewPager and Fragment to display tabs on my app. However, there's always only 3 titles to be shown on the header: But I want to bring all the title together with smaller distance, just ...
0
votes
1answer
20 views

Using pageviewer with custom layout in android

i am new to android and while gallery is being showing as depreciated try to use the viewpager concept to dynamically loading custom layout which consist of imageview and textview everything is going ...
0
votes
0answers
19 views

How to I access Views when using ViewPager/PagerAdapter?

I post it previous day but any guys did not answer my question. Here is my question link How do I access my Views when using ViewPager/PagerAdapter? I want to know that is it possible to access the ...
0
votes
2answers
24 views

ViewPager skip views on return leaving blank

I'm making an app with 4 main Views. I want that all of them stay on a LIST menu on top (That's ok for now). Using Fragments, I have the ability to change the view without actualy going to other ...
0
votes
0answers
11 views

Fragment in ViewPager not restored after popBackStack

Problem A Fragment is not reattached to its hosting ViewPager after returning from another fragment. Situation One Activity hosting a Fragment whose layout holds a ViewPager (PageListFragment in ...
0
votes
1answer
26 views

FragmentPagerAdapter and FragmentStatePagerAdapter

I am currently thinking which implementation of PagerAdapter should I use. I've got dilemmas connected to both of them. Let me show you what are these. 1# FragmentPagerAdapter Works fine, It creates ...
0
votes
0answers
25 views

How do I access my Views when using ViewPager/PagerAdapter?

Similar question Access ViewPager views from onCreate? I created a ViewPager where different layout can moves around. One layout has a button. My question is if a user click on this button, he will ...
0
votes
1answer
31 views

Recovering FragmentActivity after screen rotate

I'm using ViewPagerIndicator library by Jake Wharton and in FragmentActivity shown below when I rotate the screen the onCreate method is called but the activity remains blank and only displays the ...
0
votes
0answers
8 views

Android Gesture above Fragments with ListViews and Viewpagers

Currently, my app uses a lot of fragments in one FragmentActivity, (look a like facebook app navigation). In a lot of my Fragments, I have ListViews and ViewPagers and scrollviews. I would like to ...
0
votes
0answers
18 views

viewpager gallery with circle indicator and lazy loading images

I want to load some images from web into a viewpager (Lazyloading) with viewpager having circle indicator. I mean before loading images, a simple image is displayed and after image being loaded from ...
0
votes
1answer
25 views

Android Lazy loading ViewPager

I'm using a ViewPager with circle indicators for showing pictures. I want to use the url of some images instead. Actually lazy load some images inside ViewPager with circle indicators. I have to ...
0
votes
0answers
14 views

Fragment in ViewPager,can not get current Fragment instance

In the class FragmentParentNewsDetail.java,I have a ViewPager,then I use FragmentPagerAdapter to set each page the same Fragment,like this: @Override public Fragment getItem(int position) { ...
0
votes
1answer
27 views

Android change Fragment page

you can download my zip here ok so i made an app with Swipe+Tab View i want each tab to show a diffrent .xml page if u click above you can download my workspace to edit it .. i really need help ...
0
votes
0answers
14 views

Load Fragments in FragmentpagerAdapter on demand

i had an app with 3 fragments, im using pageadapter so i use an arraylist to load fragment, the problem its, when i add the Arraylist the fragment Load ALL the fragment, after that i load another 2 ...
1
vote
3answers
40 views

Reference to EditText in ViewPager creates null pointer exception

What I'm trying to do: Have users input data on 3 different fragments, then on the 4th fragment the user will review all data input into the first 3 fragments before submitting to a database. The ...
0
votes
0answers
18 views

How to open ViewPager with specified page. (by default it loads 1st 3 pages)

I use the code: pagerAdapter = new BrochurePagerAdapter(getSupportFragmentManager(),params); viewPager.setOffscreenPageLimit(1); viewPager.setAdapter(pagerAdapter); viewPager.setCurrentItem(6); And ...
0
votes
0answers
24 views

Is it possible to flip a ViewPager like a ListView scroll behavior?

When you flip a ViewPager, only one page is changed. Is it possible to flip more than one page in one drag touch, like the scroll behavior of ListView?
0
votes
1answer
39 views

Android ViewPager adapter modify other pages

I have a Viewpager that uses a FragmentStatePagerAdapter. Each page is a Fragment. My pages contains an linearlayout (llTags) which is default visible. If the user clicks on a page (main layout of ...
0
votes
0answers
29 views

ViewPager and fragment replacement. Again

I have very simple List/Detail app in dual pane mode: left side - ListFragment, right side - ViewPager. Here is layout: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" ...
-1
votes
2answers
45 views

my app does not run on emulator

I have an app that runs on tablet devices and emulator Android 3.2 API Level 13 successfully but it does not run on emulator Android 4.2 API Level 17 Why does this happen and this emulator is not ...
0
votes
2answers
22 views

Creating a Quiz wizard on Android

I'm new to Android and I need some help on how to create a Quiz layout for my app. I currently have a Quiz object with a list of Questions. Each question has a type which can be: Single Line, Single ...
-4
votes
0answers
28 views

ViewPager android [closed]

I want to create a monthly calendar with the ability to move on the right to see the next month and to move to left to see the previous month with ViewPager, but the problem is how to do this with a ...
0
votes
0answers
11 views

Child Fragments are getting called twice in FragmentStatePagerAdapter

I am having a ViewPager which is using FragmentStatePagerAdapter. here is the getItem() method from the adapter. public Fragment getItem(int position) { if (position == 0) { ...
0
votes
1answer
30 views

Fragment with googlemaps: inflater.inflate crashes when destoried and recreated in ViewPager?

I am using actionbarsherlock and its sherlockFragmentActivity. I have 3 fragments and in a Tab + ViewPager layout. The 3rd fragment is the problem. It is a fragment that displays my location on a ...
0
votes
1answer
18 views

Newbie trying to add images to Android ViewPager and Fragments

Hi I'm very new to programming. I'm really struggling, with my limited knowledge, to get horizontal view swiping in my Android project. I downloaded a ViewPager Tutorial and implemented the code into ...
0
votes
0answers
14 views

issue with fragment updatation

I have a ViewPager and a FragmentStatePagerAdapter in my app.I have given a refresh button on top of my activity.On refresh button click, i need to refresh the currently visible fragment.find the code ...
0
votes
1answer
52 views
+100

Using animation on a ViewPager and setFillAfter

I have a ViewPager which I need to move on button press. I use an animation for this. When I press it, I translate the 'x' for it. I use setFillAfter(true) to keep the new position. But when I ...
-1
votes
1answer
15 views

Adding multiple fonts for a ViewPager [duplicate]

How to add a custom font to ViewPager. I am creating a book reader app which has to display Sanskrit and English script. How can i achieve that any pointers would be helpful.
0
votes
0answers
42 views

(R.dimen.padding_medium) Cannot be resolved or is not a field?

here's my code, I'm trying to create a new gallery style app since Gallery got depreciated. The main problem that I am having is that when i try to run the following code i cant shake the error ...
0
votes
3answers
41 views

How do I get the child View of a ViewPager at a given item

I'll keep the question as short and simple as humanly possible. View activeView = mViewPager.getChildAt(mViewPager.getCurrentItem()); returns the child view when the current item is 0 and 1. But if ...
0
votes
1answer
30 views

TTS and play sound - Android

I've a viewpager in my application. When the user swipes to the right/left I use TTS engine to speak the text and MediaPlayer to play a sound. The problem is both plays simultaneously.. How do I play ...
0
votes
1answer
39 views

How to intercept back button in a Fragment?

I'm new to android programming and I need help: I need to intercept back button in a Fragment to show an exit-alert-dialog. I tried both with onBackPressed and onKeyDown, but they don't work, I don't ...
-1
votes
2answers
42 views

Slideshow in android viewpager?

I have problem with android viewpager slideshow. I want to show the viewpager layout after a minimum time period. Here is my code sample. My main class: public class MainActivity extends Activity ...
0
votes
1answer
49 views

PullToRefresh list in paged fragment

I want to create PullToRefresh list fragment with pager. I'm using ActionBarSherlock, and this implementation of the list. I had no problems without fragment, but I need to support two-pane layout. ...
0
votes
1answer
26 views

How to get Exact page position from viewpager?

It is confusing when I print the current position from ViewPager. I searched it and get a solution from stackoverflow. But I want to know is it possible to get the exact layout position continuously ...
0
votes
1answer
63 views

TabHost tabs are not horizontally scrolling when swiping using ViewPager

I am writing an app that uses many fragments. I have used ActionBarSherlock (with ActionBar). To work-around bug #240, I've decided to switch a functionally working implementation to use ...
0
votes
1answer
37 views

Android - How can I locate the tab indicator between the two tab TextViews?

As far as I know, there are components ViewPager and ActionBar can support "tab navigation" mode but they don't have intermediate tab indicator between the tabs, just only positioning below a tab ...
0
votes
1answer
40 views

Using a ViewPager over a CameraPreview

I've been trying to create a Camera Preview that displays a View Pager with several transparent images over the preview. But, I'm getting this error: 05-10 03:31:23.614: E/AndroidRuntime(674): FATAL ...
0
votes
1answer
19 views

How to toggle visibility action bar tab navigation?

I use Action Bar Sherlock library. In SherlockFragmentActivity, Make tabs and pager (Swipe + Tab) actionBar.addTab(actionBar.newTab().setText("tab1").setTabListener(this)); ...
-1
votes
0answers
7 views

How to resolve Fragment execPendingActions exception in android?

I am working on Tablet application. I have 3 fragments in ViewPager. Viewpager is also inside the fragment. i have used OnDestroyView() method for all of the fragments and removed the Fragment for ...
1
vote
0answers
48 views

Using Fragments instad of separated activities

im going to write a little android app. Nothing complicated, with 6 "screens". 4 of them are on the same view navigation hierarchy level. 2 are subscreens of one of those 4. For example screen A ...
0
votes
2answers
55 views

FragmentStatePagerAdapter / Update Action Bar Title

I have my host activity with a ViewPager+FragmentStatePagerAdapter which let me swipe through a set of fragments (different instances of the same ItemFragment class) and the data for populating each ...
0
votes
1answer
44 views

Multi layers viewPager

I need to create an app that has 2 special behaviors on a viewPager that has 3 pages: On page 0, there are 2 images, one on top of the other. the background image doesn't move when going from page ...
0
votes
0answers
52 views

android send data to viewpager page

I have the following situation: FragmentA: viewpager inside The viewpager has 4 pages, each Page is a Fragment. (FragmentB, FragmenC, FragmentD, FragmentE) In FragmentA, I start an asyncTask for ...
0
votes
1answer
54 views

Swiping between Fragments without android.support.v4

I wonder if it is possible to implement swiping between Fragments with ViewPager without the use of android.support.v4? I'm using android.app. Or is there any other way that this can be done? Thanks
0
votes
0answers
44 views

Save State and Restore State in FragmentStatePagerAdapter

I a using ViewPager with FragmentStatePageAdapter on my screen I have 5 pages which has lots of images and views. Currently I have mViewPager.setOffscreenPageLimit(1); so only current, previous and ...

1 2 3 4 5 36