关于开发android照片库应用程序的建议 - 在android中的文件锁定

时间:2015-09-21 02:54:00

标签: java android android-intent android-activity password-encryption

我是Android编程新手,我开发了2个非常简单的应用程序,一个是天气,另一个是故事应用程序。

我打算开发一个类似于照片库应用的应用。 与此类似 - https://play.google.com/store/apps/details?id=com.enchantedcloud.photovault&hl=en

这有多复杂?我无法在线找到很多信息来开发应用程序。有没有办法将照相机库中的文件复制到新位置然后隐藏它们?

应用程序基本上应该这样做:

1) Ask for a password, when user opens app. --> Easy DONE
2) Ask user permission to access the camera photo library --> Stuck :(
3) Let user select the pics he wants to copy and hide in the app --> Stuck :(
4) Copy these pics in a secret location? or encrypt them? --> Stuck need help here.
5) Save them and when the user needs access to them, ask for a pass and show them. 

我不打算支持视频,只是隐藏jpegs就足够了。

任何帮助将不胜感激。谢谢你们。

1 个答案:

答案 0 :(得分:0)

我这里有小黑客。尝试获取上述应用程序的apk文件并使用Java反编译器(种类崇拜工程) Java Decomplier检查所有java文件的组织方式以及他遵循的结构,我不确定是否会反编译资源文件(xml)文件。希望它对你有所帮助。