File tree Expand file tree Collapse file tree 1 file changed +1
-21
lines changed
Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Original file line number Diff line number Diff line change 33It is an application that help users hides files on android devices.
44
55
6-
7- # How to use it?
8- 1 . On your computer, choose a directory to host the project
9- 1 . Open the terminal and go to that location
10- 1 . Run this code to clone the project to your local machine.
11- ``` shell
12- git clone https://github.com/katcom/Android-File-Vault.git
13- ```
14-
15- Finally, open the Android Studio, click * Open an exisiting Android Studio Project* and choose the project folder.
16-
17- ### When you are done
18- 1 . Open terminal and go to the project's directory,
19- 1 . Add changed files to cache area ` git add . `
20- 1 . Commit your changes ` git commit -m "add some comment here" `
21- 1 . Push your code to the ** dev** branch of the repository on Github ` git push origin dev `
22- 1 . Done and enjoy
23-
24- Noted in this stage of development, please only commit your code to the ** dev** branch.
25-
26- ## Things to do
6+ ## TODO List
277These are tasks we aim to complete in this course.
288- [X] Understand the code written by Ludwig
299- [X] Display Files with content
You can’t perform that action at this time.
0 commit comments