CardSlider
CardSlider copied to clipboard
Card Slider is an android component allows you to implement carousel effect with infinite indicators and more features
After I cloned the repo then run the sample i got next error. I am using Arctic fox. ``` Execution failed for task ':cardslider:compileDebugJavaWithJavac'. > javax/xml/bind/JAXBException ```
I am using dynamic list on adapter when call to adapter.notifyDataSetChanged() instatlly dot indicator first hide and then show what was wrong on notifyDataSetChanged() It's fluctuate when notifyDataSetChanged() call
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.github.islamkhsh.CardSliderViewPager.setAdapter(androidx.recyclerview.widget.RecyclerView$Adapter)' on a null object reference
Now the library has (ViewPager, Adapter, Indicator) if they can operate separately & stand-alone what about ship each one as sperate i.e as a user for the library he can...
I want to reload the data with new set of variable but the when I notifythedataset then this issue occurs.please help
If you try to smooth drag scrool to any position and dont release your finger, then indicator will stuck at previous position
I have integrated the CardSlider successfully and it is working fine. But, i have a few requirements that seems missing or may be I'm doing it wrong. - The transition...