Fahad Mukhtar

Results 4 comments of Fahad Mukhtar

This function will give the formatted number in return, but user wants to format the number at run time. And the library only formats the number at run time when...

hi, can you please tell me how to implement this thing in java as I am not able to get infinite scroll on both sides. Thanks

should i add this line in activity "slider.setCurrentItem(Integer.MAX_VALUE / 2, false);" before setting adapter or after setting adapter;

> ``` > sliderView.setIndicatorVisibility(true); > sliderView.setSliderAdapter(null,false); > sliderView.setSliderAdapter(slidAdapter,true); > ``` can you tell me where to add this code? as I am adding infiniteAdapter true then my items in slider...