Harshit Laddha
Harshit Laddha
similar issue on my setup with dagger, butterknife setup. The error arises from here - try { mApplicationComponent = DaggerApplicationComponent.builder() .applicationModule(new ApplicationModule(this)).build(); mApplicationComponent.inject(this); } catch (Exception e){ Log.d("error", e.getMessage()); }...
so when I was trying to use a hidden fab to open the bottom sheet, because there is a setting to change fab visibility in your onStop method, the fab...
Hi man, any updates on this please ?
Yeah, this would be a nice enough feature to add to the stack. I am using this library now for displaying PDF with view pager here - [https://github.com/voghDev/PdfViewPager](https://github.com/voghDev/PdfViewPager) I think...
Yeah, I am sorry I missed the link label earlier. Have updated my comment with the library link now, let me know if it helps!!
Hi, I am having the same issue too. I have a non-sticky view and a sticky view along with multiple items of each type. When I fast scroll to top,...
Hi, I am having the same issue too. I have a non-sticky view and a sticky view along with multiple items of each type. When I fast scroll to top,...
Okay, thanks for the help. I had another question when loading remote pdfs the view hangs before showing the pdf I think so is it possible to load the default...
Hi @XING, thanks for the port. I will give this a try & let you know if this resolves my problems.