singhangadin / android-filepicker

Selecting directories/files made a lot easier.
Apache License 2.0
651 stars 139 forks source link

Add back button #51

Open IAmDarush opened 7 years ago

IAmDarush commented 7 years ago

How to go back after selecting a directory?

singhangadin commented 7 years ago

By simply pressing select button...

IAmDarush commented 7 years ago

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.

singhangadin commented 7 years ago

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.