I am looking for a simple gui based save file dialog for Android java. I am developing my first Android app which is a PDF merger which I already have a open dialog which I got from Choose File Dialog answer must support Android Ice Cream Sandwich and up.
Asked
Active
Viewed 2,499 times
1 Answers
3
Android does not provide any native save/open dialog. However, you may use this library to create an open and save dialog.

Adnan
- 5,025
- 5
- 25
- 44
-
@Adnam I've seen https://goo.gl/photos/LeEHw6pQZiqnUEgc8 in apps and Android – Suici Doga Jan 12 '16 at 12:45
-
Click on internal storage in left side menu – Adnan Jan 12 '16 at 12:48
-
@Adnam https://goo.gl/photos/nNgGLL7VnC5cUjoE7 – Suici Doga Jan 12 '16 at 12:52
-
So that is it, you are seeing the storage, select the location where you want to save the file or the file you want to open. :) – Adnan Jan 12 '16 at 12:53
-
https://goo.gl/photos/uL62J1DkWkqJaU358 – Suici Doga Jan 12 '16 at 12:58