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.
Go to file
王天宝_Git实践 e86bf32674
add project
3 years ago
app add project 3 years ago
core add project 3 years ago
doc 111 3 years ago
gradle/wrapper add project 3 years ago
model 111 3 years ago
ocr_ui add project 3 years ago
other 111 3 years ago
src 111 3 years ago
.gitignore.txt add project 3 years ago
README.md add project 3 years ago
build.gradle add project 3 years ago
gradle.properties add project 3 years ago
gradlew add project 3 years ago
gradlew.bat add project 3 years ago
import-summary.txt add project 3 years ago
local.properties add project 3 years ago
settings.gradle add project 3 years ago
test.jks add project 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