ViewPagerIndicator is a set of Android Paging indicator widgets compatible with the ViewPager from the Android Support Library and ActionBarSherlock.
0
votes
1answer
12 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
16 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
6 views
Error: Error “No resource found that matches the given name: attr 'vpiTabPageIndicatorStyle'” when building with maven
I've maven project where ViewPagerIndicator added as submodule. Now I'm trying to add custom style to TabPageIndicator.
Here is my styles code:
<style name="AppTheme" ...
0
votes
0answers
11 views
Go to another Fragment from a Fragment
Hi there I am using the ViewPagerIndicator library and I can see that I can change which Fragment I am on in the FragmentActivity but I was wondering if you can do it inside of a Fragment here's the ...
0
votes
0answers
5 views
How to use a SherlockFragmentActivity as ViewPagerIndicator contents
How to place an existing class (itself does a host load of things including ListViews and making HTTP requests etc) which extends from SherlockFragmentActivity, as inside one of the ViewPagerIndicator ...
0
votes
1answer
34 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
10 views
Dynamical tab page name using viewpageindicator
I am learning android and in my learning process, I am trying to have some tab-pages (dynamically added). I am using viewpagerindicator library. The current problem is, the tab page names are 'final' ...
2
votes
1answer
66 views
Give text of selected tab a different color using ViewPagerIndicator
I've tried to let the SampleTabsStyled demo from the ViewPagerIndicator change the color of the text of the currently selected tab without success.
However, the SampleTitlesStyledTheme demo does ...
0
votes
1answer
21 views
Disable some tabs when using ViewPagerIndicator
I am trying to create a Wizard type of functionality in an Android app, with a couple of steps that need to be followed. Each of the steps is represented in its own fragment and all the fragments are ...
0
votes
2answers
47 views
layout_gravity is not working for my CirclePagerIndicator
I want to set my CirclePagerIndicator to be in the left side. So I used this code in resource:
android:layout_gravity = "left" and I already knew that layout_gravity is working when the orientation of ...
0
votes
1answer
49 views
Reset CirclePageIndicator library
I wanted to have image lazy Loading in my ListView. I put the images in a ViewPager, and then also set a CirclePageIndicator for ViewPager:
public void fetchDrawableOnThread(final ViewPager ...
0
votes
2answers
63 views
ViewPagerIndicator - How to avoid reload data in fragment each time returned
I am using Jake Wharton's ViewPagerIndicator to make a swipeable tab. Currently i can make it works in my app, with 4 tabs in it. But apparently each fragment is re-create when i change page/tab. For ...
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
22 views
How to add separator between title TitlePageIndidcator
I am using JakeWharton PageIndicator library intgerated with viewpager to show title of current selected page.
I want to add horizontal separator between titles . I have seen "TitlePageIndicator" code ...
0
votes
0answers
24 views
Out Of Memory with pagerView Monodorid
I need a hand on pagerView. When I use the pagerview after a hundred pages the application gives me error 'out of memory'. I need a method to destroy the view because it keeps me in memory all (from ...
0
votes
1answer
51 views
multiple Android Support library v4
I have a project which is using three external libraries: ActionSherlock, ViewPagerIndicator and FacebookSDK 3.x
All of them need the android support library but the problem is that if i link every ...
0
votes
1answer
51 views
Setting setSupportProgressBarIndeterminate in SherlockFragments with SherlockActivity
I'm using Jake's ActionBarSherlock and ViewPagerIndicator.
I realized I can't set setSupportProgressBarIndeterminate in SherlockFragments with SherlockActivity.
In SherlockActivity, I have
@Override
...
1
vote
0answers
103 views
Is it wrong (or a mess) to have ActionBarSherlock + ViewPagerIndicator + HoloEverywhere at the same time?
Short:
Generally I'm thinking that having the three (ABS+VPI+HE) as libraries in my project could be something redundant for what I want to achieve, maybe one includes another and there's no need to ...
1
vote
0answers
42 views
Android ViewPagerIndicator - UnderlinePageIndicator on top instead of bottom?
I'm using ActionBarSherlock + HoloEverywhere + ViewPagerIndicator libraries.
Is there a way to place the UnderlinePageIndicator on top instead of bottom?
On Jelly Bean, the UnderlinePageIndicator ...
1
vote
1answer
27 views
Cannot setCurrentItem(0) on CirclePageIndicator
If you have this code in Activity onCreate():
mViewPager = new ViewPager(this, null);
mPagerAdapter = new PagerAdapter(this);
mViewPager.setAdapter(mPagerAdapter);
...
0
votes
1answer
38 views
Get all title names in viewpagerindicator from left to right ?
I want something like this where the titles are flush with the background of the layout
'-------------------------------------'
title1 title2 title3 title4
...
0
votes
1answer
33 views
Disable smoth animation when clicking on tabs using ViewPagerIndicator
I'm using TabPageIndicator from ViewPagerIndicator lib with ViewPager to display 6 fragments. Suppose I'm on 1st page, if I click 6th tab I'll see all my pages scrolled. Is it possible to disable this ...
0
votes
1answer
139 views
SlidingFragmentActivity: How to save instance of view pager with different fragment
I'm using ABS and ViewPagerIndicatior. I have three fragment with custom list view in the my view pager that fills with custom adapter. now when I change orientation from land to port or vice verse, ...
-1
votes
1answer
22 views
Code for recognizing what page the Fragment is on?
Hi there I am trying to find the code that will recognize what page I am on the moment and if I am on a certain page that I want something to happen. I need all this code to be in every single one of ...
-3
votes
2answers
65 views
Changing Subtitles in Fragments?
Hi there I have been using the ViewPagerIndicator library for some time now and I want my action-bar's title to change every time the user swipes to another Fragment to the other pages here is the ...
0
votes
1answer
65 views
ViewPagerIndicator works, but does not move
I'm using the library "ViewPagerIndicator" in my project.
I have the ViewPager and ViewPagerIndicator in the xml, all right.
My problem is that I can not write the correct adapter to work.
I have ...
0
votes
0answers
47 views
how to concatenate two text images to look like a paragraph text
I have a PDF with text images and need to be inflated in a ViewPager layout. I like to concatenate two paragraph images respectively in an android layout..
here is a picture of my problem...
hope ...
0
votes
1answer
53 views
Scroll current tab highlight in ViewPagerIndicator
At the moment, if I'm using TabPageIndicator in Jake Wharton's ViewPagerIndicator the current tab is only highlighted when the ViewPager snaps to a single fragment. What I was hoping for is the ...
0
votes
3answers
90 views
“findViewById” not working in ViewPagerIndicator Fragment
Hi there I have managed to bind my XML files to the ViewPagerIndicator by extending them as Fragments but I cannot use the essential findViewById code to reference my button to the code. This is my ...
4
votes
2answers
88 views
How to make ViewPager updates frequently?
Im facing a trouble with ViewPager Class, I have three pages each one has a scrollView, Relative Layout and ImageView inside.
I need to set a coloured background when i click on an ImageView.
My ...
1
vote
0answers
25 views
Space between elements of the indicator
How to increase/reduce space between elements of the indicator in ViewPagerIndicator?
1
vote
0answers
82 views
ActionBarSherlock BadParcelableException: ClassNotFoundException when unmarshalling
I'm using a combination of ActionBarSherlock and ViewPagerIndicator in my app. I have an activity which contains a ViewPager that uses a FragmentStatePagerAdapter to scroll between the tabs. One of ...
0
votes
0answers
214 views
Live streaming in video view inside a view pager results in blank screen
I have set of mp4 videos which are streamed into a VideoView. A view pager is used to swipe between the videos.
Problem :
When swiping the view pager, it shows the first and second page videos ...
0
votes
0answers
103 views
TabPageIndicator on the bottom
I'm using ViewPagerIndicator and the sample TabsWithIcons. I want the TabPageIndicator at the bottom. I always get an exception if I change the TabPageIndicator with the Page Viewer in the XML Layout.
...
0
votes
0answers
45 views
Android: How to add page to position 0 in ViewPagerIndicator?
I have the indicator whose initialPosition 2 and it's the last position. Now scroll from left to right. When the position = 1, I add a page at the start. So that I can scroll to previous endlessly.
...
0
votes
1answer
56 views
Attach a fragment to an activity in Android
My older version of an Android app was using 4 different activities (FirstActivity => FourthActivity, with the corresponding xml activity_first => activity_fourth), and the app can switch back and ...
0
votes
1answer
137 views
Customizing ViewPagerIndicator style
In my app, I am trying to style ViewPagerIndicator. The pager consists of several fragments. I want something exactly like the picture attached - the CirclePageIndicator at the bottom right & a ...
2
votes
1answer
97 views
displaying page titles in ViewPager
I'm developing an app using ViewPager and TitlePageIndicator of the ViewPagerIndicator. I'm using PagerTitleStrip to display the title of each page as shown in the screenshot below.
The titles are ...
2
votes
0answers
69 views
How to implement pulltorefresh in relative layout inside viewpagerindicator ?
I have a class which extends relative layout.I call this class inside fragment of viewpage indicator.
public class rl_latest_news extends RelativeLayout
private PullRefreshContainerView ...
0
votes
0answers
41 views
Android ViewPagerIndicator with Webview
I want to create an app with ViewPagerIndicator consisting of WebViews under each heading. I can't get the logic of ViewPagerIndiactor, will someone provide me with a detailed explanation on using it?
...
0
votes
0answers
42 views
error when using viewpagerindicator
I just learned how to use viewpagerindicator by Jake Wharton.
I made simple 3 tabs.
in the first tab, I show public timeline from twitter JSON, second tab I show my home timeline, and third tab show ...
0
votes
0answers
51 views
viewpagerindicator with “infinite” scroll
Can I create a ViewPagerIndicator with "infinite" scroll, rearranging the fragments?
Example:
Initial state:
[A][B][C]
Scroll left twice:
[B][C][A]
[C][A][B]
Scroll right once:
[B][C][A]
...
...
0
votes
1answer
225 views
ViewPager / Sherlock / Trying to add Page Indicator
Im trying to implement a Viewpager Indicator so my user knows what page they are on, This activity has 3 webviews into it, and I need to display a banner not via 3 seperate layout files, But actuall ...
0
votes
0answers
166 views
Viewpagerindicator not able to swipe Listview items in android
I am refering https://github.com/JakeWharton/Android-ViewPagerIndicator to swipe pages left/right. I have a list-view whose data are obtained from web-service when i click on any of the item in ...
0
votes
1answer
46 views
Can't Build Signed Application, Only Unsigned Works, failed to convert to dalvik format
Please read all before deleting or voting down, thanks :)
I have an app that uses:
1-ActionBarSherlock
2-ViewPaerIndicator
3-PullToRefresh
When I try to build a signed version of it, fails with ...
0
votes
0answers
107 views
android NullPointerException in an activity that uses viewpagerindicator and fragments during onResume
I have an (sherlock)activity that uses actionbarsherlock, viewpagerindicator and 3 (sherlock)fragments.
The fragments are bound to the VPI using a static class that extends ...
0
votes
1answer
84 views
load TabPageIndicator when AsyncTask finish
I use the ViewPagerIndicator library with a modifed version of SampleTabsDefault.java.
What I want:
I want to load some data in the background via AsyncTask and call setAdapter when the task ...
0
votes
0answers
62 views
Setting Layouts in ViewPagerIndicator?
Hi there I am having a bit of struggle trying to use Jake's ViewPagerIndicator. My first problem is how can I set different layouts for different page in the ViewPagerIndicator ?.
@Override
public ...
5
votes
1answer
290 views
Divider not working for TitlePageIndicator with viewpagerindicator & actionbarsherlock
I noticed with the latest version of ViewPagerIndicator, ICS style dividers are supported, I tried to follow the issue and solution, but no matter what I do I can't get the divider to show up on my ...
0
votes
1answer
67 views
ViewPager not Previous Fragments while Swipping
I am Developing an application which consists of view-pager,while i am swiping the View Pager, all Fragments loaded correctly, But here is my problem. When Once again i swipe the View pager with same ...







