簡體   English   中英

有關開發android photo Vault應用程序的建議-android中的文件鎖定

[英]Advice on developing a android photo vault app - File locking in android

我是android編程的新手,我已經開發了2個非常簡單的應用程序,一個是天氣應用程序,另一個是故事應用程序。

我正計划開發一個類似於照片保險庫應用程序的應用程序。 與此類似-https: //play.google.com/store/apps/details?id=com.enchantedcloud.photovault&hl=zh - CN

這有多復雜? 我無法在線找到太多信息來開發該應用程序。 有什么方法可以將相機庫中的文件復制到新位置,然后隱藏它們?

該應用程序基本上應該這樣做:

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. 

我還不打算支持視頻,僅隱藏jpeg就足夠了。

任何幫助,將不勝感激。 多謝你們。

我在這里有小技巧。 嘗試獲取上述應用程序的apk文件,並使用Java反編譯器( Reverese Engineering的種類)Java反編譯器來檢查所有Java文件的組織方式以及遵循的結構,我不確定甚至會反編譯資源文件(xml)文件。 希望它能對您有所幫助。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM