Can I use OpenFileDialog in Android? I want to choose image from OpenFileDialog and save image to a SQLite database and resource folder. How do I do that?
Can I use OpenFileDialog in Android? I want to choose image from OpenFileDialog and
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This link helped me
I have created
FolderLayoutwhich may help you.folderview.xml
FolderLayout.java
And an Interface
IFolderItemListenerto add what to do when afileItemis clickedIFolderItemListener.java
Also an xml to define the row
row.xml
How to Use in your Application
In your xml,
folders.xml
In Your Activity,
SampleFolderActivity.java
Import the libraries needed. Hope these help you…