Mindinventory / Lassi-Android

All in 1 picker library for android.
https://www.mindinventory.com/android-application-development.php
MIT License
201 stars 50 forks source link

Default sort option #109

Closed AndyDesign999 closed 10 months ago

AndyDesign999 commented 10 months ago

When we open gallery images, they are in ascending order. If we can manage default sorting from code, it would be better.

sanjay-mi commented 10 months ago

Hello @AndyDesign999

Thank you for using Lassi.

Please use the setAscSort(SortingOption.ASCENDING) property. You can check the sample of this library for more details.

AndyDesign999 commented 10 months ago

Thanks