android-filepicker
android-filepicker copied to clipboard
Add back button
How to go back after selecting a directory?
By simply pressing select button...
Thank you for the prompt response that is appreciable. What I meant by going back is could you stick the parent directory row to the top so that user won't have to scroll all the way up to go back to the previous directory. Or make an arrow on the top left corner so the user can easily navigate back and forth.
By the way, I have discovered that I can start the File Picker from a particular location using properties.offset
, which is what I was striving to achieve.
I appreciate the hard work you have done till now and your library works perfectly fine on Android 6.0.
The back button which device natively has moves you back to the parent directory. Though I liked your idea of sticking the parent directory row. I will try to implement it.