Android-Image-Slider
Android-Image-Slider copied to clipboard
Android Auto Image Slider
I have implemented ImageSlider in my home_fragment it is working as expected when home screen is launched for first time. Then suppose if i navigate to other screen from home_fragment...
When coming back from fragment app get crash with `java.lang.IllegalStateException:Observercom.smarteist.autoimageslider.SliderPager$PagerObserver@cd8f677 is already registered.` ``` java.lang.IllegalStateException: Observer com.smarteist.autoimageslider.SliderPager$PagerObserver@cd8f677 is already registered. at android.database.Observable.registerObserver(Observable.java:49) at androidx.viewpager.widget.PagerAdapter.registerDataSetObserver(PagerAdapter.java:303) at com.smarteist.autoimageslider.InfiniteAdapter.InfinitePagerAdapter.registerDataSetObserver(InfinitePagerAdapter.java:140) at com.smarteist.autoimageslider.SliderPager.setAdapter(SliderPager.java:478) at com.smarteist.autoimageslider.SliderView.setSliderAdapter(SliderView.java:194)...
Hi There, I have integrated this into my app and its working fine. but in logs i'm constantly getting errors like Invalid ID 0x00000001. ``` 2022-06-18 10:07:47.486 3421-3421/com.foodsy.user E/com.foodsy.use: Invalid...
jcenter will be shut down
**Describe the bug** Could not HEAD 'https://jitpack.io/com/github/smarteist/autoimageslider/1.4.0/autoimageslider-1.4.0.pom'. Received status code 401 from server: Unauthorized. **To Reproduce** No need to reproduce getting it directly now **Screenshots** If applicable, add screenshots to...
In a horizontal recyclerview, if I set imageview height as wrap content & adjustViewBounds true the images appear perfectly without cropping or stretching (provided all images in same resolution or...
**ViewPager to Viewpager 2** hi please update project from viewpager to viewpager2
Multiple crash log , i found in my production Logs are from firebase ------------------------------------------------------1st Crash-------------------------------------------------------------- PageIndicatorView.java line 100 com.smarteist.autoimageslider.IndicatorView.PageIndicatorView.onRestoreInstanceState Fatal Exception: java.lang.IllegalArgumentException Wrong state class, expecting View State but received...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...