Krupen Ghetiya
Krupen Ghetiya
Need to look at code.
The code to download and save file is [here](https://github.com/Krupen/AutoplayVideos/blob/059f648946f3891d1d6e462e9137cf8e1d26e342/autoplayvideos/src/main/java/com/allattentionhere/autoplayvideos/AAH_DownloadService.java#L39,L69). You should be able to get the file path by calling `AAH_Utils.getString(getApplicationContext(),);`
Hi, I am not sure what exactly could be the issue but what I would do is try to use `recyclerView.smoothScrollToPosition(4)` and possibly call this function after some delay as...
Hi, I noticed the issue, will try to resolve this. It happens with ImageViews going white when in grid. Thank you for reporting it.
Hi, Nested fragments are only supported from API 17 (Jellybean). I am not sure if that is the problem, if possible, please share your code or create a sample repository...
Yes, I tried it and it din't work, got the same error. Mostly this is because of nesting fragments. Will do more research on this and find a solution or...
@ZhenisMadiyar This problem is not yet solved. The workaround is to use ViewPager with Views instead of Fragments.
Here is the reason well explained as to why FragmentPagerAdapter is not working inside BottomSheet: https://stackoverflow.com/a/21418952
Unfortunately I can't test it on Nokia device as there won't be an emulator for it, but for temporary fix you can use static layout with bottom padding.
No idea as to why it is happening in Nokia devices. Does it happen only in Collapsed mode? Does it trim static view in Expanded mode as well?