Results 3 comments of Boldijar Paul

@sparrow007 i also get this crash. I use list adapter, and multiple types of recycler view items. ``` java.lang.NullPointerException at com.jackandphantom.carouselrecyclerview.CarouselLayoutManager.getChildActualPos(CarouselLayoutManager.kt:468) at com.jackandphantom.carouselrecyclerview.CarouselRecyclerview.getChildDrawingOrder(CarouselRecyclerview.kt:106) at android.view.ViewGroup.getAndVerifyPreorderedIndex(ViewGroup.java:1969) at android.view.ViewGroup.dispatchDraw(ViewGroup.java:4051) ```

Right now I’m using a simple library for image zoom -> https://github.com/jsibbold/zoomage Do you mean to have a image zoomed, and while zooming being able to scroll next? Or you...

> It may be possible to modify the downloadPdf() function of the PdfDownloader class in such a way as to have the possibility of adding a parameter that allows adding...