Kyle Vu
Kyle Vu
As title said, I set up Fragnav with this option: `fragNavController.fragmentHideStrategy = FragNavController.DETACH_ON_NAVIGATE_HIDE_ON_SWITCH` Currently, I am on first bottom tab (Home) and try to pop all other stack to root...
Please don't limit the label count of xAxis like that anymore: ``` void setLabelCount1(int count) { if (count > 25) count = 25; if (count < 2) count = 2;...
1 - Description: I'm using GlideSlider in HomeFragment, HomeFragment is one of four bottom tabs (using library https://github.com/ncapdevi/FragNav). When the app run about 15-30 minutes, GlideSlider auto cycled on that...
I want to adjust playback speed of offline video for english learning purpose. So please show me how to do it. Thank you so much!
As title, I want to display the indicator outside of SliderView frame, but it's fixed on xml layout of lib. Could you support the custom indicator feature like this library:...