About Directional Carousel Demo
This is demo app for DirectionalCarousel library: https://github.com/acbelter/DirectionalCarousel
DirectionalCarousel is a custom ViewPager. It can have a horizontal or vertical orientation and can be infinite or not.
Also DirectionalCarousel supports one of two types of items scaling.
Download and install
Directional Carousel Demo version 1.0 on your
Android device!
Downloaded 100+ times, content rating: Everyone
Android package:
com.acbelter.directionalcarouseldemo, download Directional Carousel Demo.apk
by Z####:
Got Error private PageLayout getPageView(int position) { String tag = mConfig.getPageFragmentTag(position); Fragment f = mFragmentManager.findFragmentByTag(tag); if (f != null && f.getView() != null) { return (PageLayout) ((ViewGroup) f.getView()).getChildAt(0); } return null; } Error ... let me knw java.lang.ClassCastException: com.acbelter.directionalcarousel.fglayout.ForegroundLinearLayout cannot be cast to com.acbelter.directionalcarousel.page.PageLayout at com.acbelter.directionalcarousel.CarouselPagerAdapter.getPageView(CarouselPagerAdapter.java:212) at com.acbelter.directionalcarousel.CarouselPagerAdapter.onPageScrolled(CarouselPagerAdapter.java:132)