ViewPagerIndicator is a set of Android Paging indicator widgets compatible with the ViewPager from the Android Support Library and ActionBarSherlock.
0
votes
0answers
13 views
customize the height of tab indicator in view pager?
I am looking to style the tab indicator like pininterest where the indicator does not look like the normal "android" style . Is there some attribute where i can set the indicator height ?Please look ...
0
votes
0answers
30 views
ViewPagerIndicator tabs loses content
I am using Holoeverywhere and ViewPagerIndicator; using Holoeverywhere1 I implemented the slider and tabs in the Fragment using ViewPagerIndicator. Everything is working fine, Slider working, the menu ...
0
votes
1answer
23 views
Viewpager to slide both righ and left in fragments in android
Presently im working with fragments with viewpager....As Im new to viewpager concept I know only the basics reagarding them but those basics are unable to fullfill my task....
My task is...
1.I have ...
1
vote
1answer
36 views
Can't save audio to phone using media player in eclipse
I'm trying to make a soundboard where you user can play and stop sound as well as save the sounds to phone.
I have set it up fine but the save will not work. I'm not getting any error and not sure ...
0
votes
0answers
9 views
viewpagerindicator with different context menu for each page
I am using ViewPagerIndicator in my application. I need to create context menu for each page.
I refer this link, but it is having the way to create option menu. I want to implement contextMenu.
...
0
votes
1answer
14 views
Android - No indicator shown when using Jack Wharton's ViewPagerIndicator
I'm struggling to understand the right way to use Jack Wharton's ViewPagerIndicator. So this is what I'm having in my layout:
(continued from above)
<com.viewpagerindicator.TabPageIndicator
...
0
votes
1answer
35 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
24 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
39 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
13 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
10 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
49 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
14 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
83 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
26 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
58 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
57 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
85 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
48 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
23 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
27 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 ...
1
vote
1answer
63 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
59 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
122 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
47 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
29 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
39 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
43 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
176 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
24 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
68 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
77 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
67 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
100 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
93 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
29 views
Space between elements of the indicator
How to increase/reduce space between elements of the indicator in ViewPagerIndicator?
1
vote
0answers
99 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
249 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
121 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
53 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
62 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
150 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
105 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
74 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
44 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
43 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
54 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
242 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
186 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 ...







