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.
gitProject/README.md

22 lines
814 B

# 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](https://www.bilibili.com/video/BV1MK411p7dp/?spm_id_from=333.337.search-card.all.click&vd_source=037f4f8da80b07954c2b7f1dd39cb5fb) and [实战演练-做一个简单的记事本App](https://www.bilibili.com/video/BV1C54y137Dh/?spm_id_from=333.337.search-card.all.click&vd_source=037f4f8da80b07954c2b7f1dd39cb5fb)