Android-ParallaxHeaderViewPager icon indicating copy to clipboard operation
Android-ParallaxHeaderViewPager copied to clipboard

DEPRECATED

Results 28 Android-ParallaxHeaderViewPager issues
Sort by recently updated
recently updated
newest added

Hello, In your sample app you have kept the header size fixed. As per my app's requirement i cannot keep it fixed. I tried by changing the Header-FrameLayout and FakeHeader-FrameLayout...

Is there any way to get it working with the new appcompat support library? They introduced many changes on it and I don't find how to solve the problem of...

Hi I would like to use this library in android studio. after run it, I get this error : 03-23 22:57:12.966 13408-13408/com.kmshack.newsstand E/AndroidRuntime﹕ FATAL EXCEPTION: main java.lang.RuntimeException: Unable to start...

Can you please look at this question posted on SO: http://stackoverflow.com/questions/30955781/google-news-stand-like-listviews-in-viewpager-on-tab Is there any easy way to achieve this

The ViewPager in my app contains layouts with ListViews, ExpandableListViews, ScrollView, RelativeLayout and LinearLayout(with a MapFragment in this). Everything works fine for Tabs containing ListViews and ExpandableListViews! But.. not for...

I am using the same logic but getActionBarIcon() returns null. Actually android.R.id.home as a imageview is returning null. @TargetApi(Build.VERSION_CODES.HONEYCOMB) private ImageView getActionBarIconView() { ``` if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) { return...

I want to use different layout in different tabs. How to do that?

Hi , this demo working perfectly but i want to set dynamic images in header , i am getting URL from server so after downloading image from Server i need...

Hi how can I do set setCurrentItem function? after below code I get some errors : ``` mViewPager.setCurrentItem(3); ``` errors : ``` at com.kmshack.newsstand.MainActivity.onPageSelected(MainActivity.java:145) at com.astuetz.PagerSlidingTabStrip$PageListener.onPageSelected(PagerSlidingTabStrip.java:387) at android.support.v4.view.ViewPager.setCurrentItemInternal(ViewPager.java:548) at android.support.v4.view.ViewPager.setCurrentItemInternal(ViewPager.java:514)...

Lots of errors when i try to build it.I think you must provide at least runnable code here