Results 5 issues of Boldijar Paul

If I have a pdf file in the assets folder. assets/file.pdf i can do pdfView.fromAssets("file.pdf"); But if I have it in another folder assets/pdfs/file.pdf pdfView.fromAssets("pdfs/file.pdf"); This will give me a...

bug

This issue is not reproduced on the emulator, only on physical phones, in my case some Huawey phones. How to reproduce: 1. Have an activity with singleInstance launch type. 2....

I can't compile the project after I use this library. error: cannot access Fragment class file for androidx.fragment.app.Fragment not found I get when I do this FilePickerBuilder.Companion.getInstance() .setMaxCount(5) .setActivityTheme(R.style.LibAppTheme) .pickPhoto(this);...

### How do I? ``` ``` As you can see here I’ve added ``` app:overScrollHorizontal="false" app:overScrollVertical=“false" ``` I’m trying to never let the content overscroll, and it works vertically, but...

is:bug

Is there a non hacky way out there, to render a carousel in a vertical list, that will have a default scrolling index? Thing of something like instagram, you scroll...