You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 years ago | |
|---|---|---|
| app | 3 years ago | |
| core | 3 years ago | |
| doc | 3 years ago | |
| gradle/wrapper | 3 years ago | |
| model | 3 years ago | |
| ocr_ui | 3 years ago | |
| other | 3 years ago | |
| src | 3 years ago | |
| .gitignore.txt | 3 years ago | |
| README.md | 3 years ago | |
| build.gradle | 3 years ago | |
| gradle.properties | 3 years ago | |
| gradlew | 3 years ago | |
| gradlew.bat | 3 years ago | |
| import-summary.txt | 3 years ago | |
| local.properties | 3 years ago | |
| settings.gradle | 3 years ago | |
| test.jks | 3 years ago | |
README.md
NewNotes(Android App)
Secondary development based on Mi Note
Two new software functions
1. Added the secure folder function
enter in secure folder through inputing the password (password is hard coding: 123456)
2. Optimized the time when the note was modified
for example:
Before modification: 3 days ago
After modification: Jun 5, 1:09 AM
PS: This project is just a try to develop Android App. Thanks for the help of 手把手教你用Android Studio写一个APP and 实战演练-做一个简单的记事本App