I want to import images to my android application to apply different operations over them. It's just like Vault App which is on the store. I want to click a button and import images from my cell phone gallery folder to my application photo's folder.
Asked
Active
Viewed 104 times
0
-
You mean to get Image from internal storage? – Dhrumil Shah - dhuma1981 Jun 12 '15 at 07:25
2 Answers
0
I want to click a button and import images from my cell phone gallery folder to my application photo's folder.
1) Create your folder in /Android/data/
2) On click of the button get the file path then move that file to your app folder without any extension. So any other program not able to fine it in gallery, music player
3) for more security you can also apply encryption on it before moving it to your folder

N J
- 27,217
- 13
- 76
- 96