ARK-Builders / ARK-Navigator

Android app for navigation through your data
MIT License
15 stars 15 forks source link

[enhancement] Improve the UX of Manage folders screen #401

Closed tuancoltech closed 8 months ago

tuancoltech commented 8 months ago

Improve the UX of Manage folders screen by:

https://github.com/ARK-Builders/ARK-Navigator/issues/400

Result:

https://recordit.co/LtrZAge39x

tuancoltech commented 8 months ago

If list is not full screen, scroll hides fab forever

Screenshot image

@mdrlzy Thanks, that's a good catch. I just changed the solution to a simpler strategy: Increase the list bottom padding. Please re-review.

hieuwu commented 8 months ago

So far so good. Could you please spend a bit more time on trying other solution for this improvement? Adding padding at the bottom might reduce our space and lead to a big empty space in our screen. Just found this article to handle fab effect. Please give it a try.

https://www.geeksforgeeks.org/auto-hide-or-auto-extend-floating-action-button-in-recyclerview-in-android/

tuancoltech commented 8 months ago

So far so good. Could you please spend a bit more time on trying other solution for this improvement? Adding padding at the bottom might reduce our space and lead to a big empty space in our screen. Just found this article to handle fab effect. Please give it a try.

https://www.geeksforgeeks.org/auto-hide-or-auto-extend-floating-action-button-in-recyclerview-in-android/

@hieuwu That's a nice approach. I've changed the code to make it work in such mentioned way. Please review.

sonarcloud[bot] commented 8 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication