Roman Danylyk
Roman Danylyk
Hi, it is not supposed to work inside viewpager. If you want to use pageindicatorview with viewpager simply place them in layaut as you want and specify your viewpager id...
app:piv_viewPager="@id/viewPager"
Hi @anticafe , you can still use `PageIndicatorView` in case you don't have a `ViewPager`. `PageIndicatorView` has list of public methods to control selected state, so you have to manage...
Hi @NabilEL unfortunately there no such option, I'll mark this issue an enhancement, so it could be implemented in future releases.
Hi @TheRishka very nice feature for this kind of library. As I understand you want to achieve same result with indicator as Instagram app has (while there are few photos...
This makes it impossible to use on Android 11+, especially on lower end devices while the system UI freezes on several minutes (!) There should be way to fix it,...
I find the same issue is true for the HereWeGo app, its download/delete offline maps speed is way slower with external storage.
Yeah, pretty sure it is not a network issue. As I said I was only experiencing this issue while using external storage, once I switch to internal storage the download...
The issue reported here is listed in HERE mobile SDK 4.12.4 as a known issue - hopefully, the fix is coming soon!
Hey @datasun, do we have any progress on resolving this issue?