https://github.com/hehonghui/simplenote
https://github.com/hehonghui/simplenote
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hehonghui/simplenote
- Owner: hehonghui
- Created: 2017-10-23T02:46:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-23T02:52:37.000Z (almost 9 years ago)
- Last Synced: 2025-02-09T19:18:03.113Z (over 1 year ago)
- Language: Java
- Size: 163 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleNote - 记事本测试demo
1. 用户登录时只支持 13、18 开头的手机号码 以及 email
## 文件目录
* app/src/androidTest : Android测试代码
* app/src/main : App应用代码
* app/src/test/java/com/demo/simplenote : Java测试代码
* app/src/test/java/com/demo/simplenote/dp : 设计模式简单示例
* [Mockito中文文档](https://github.com/hehonghui/mockito-doc-zh)