https://github.com/hehonghui/jtm-techfrontier-app
https://github.com/hehonghui/jtm-techfrontier-app
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hehonghui/jtm-techfrontier-app
- Owner: hehonghui
- Created: 2015-08-30T06:46:53.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-04T08:39:54.000Z (over 10 years ago)
- Last Synced: 2025-03-21T11:50:34.901Z (over 1 year ago)
- Language: Java
- Size: 6.95 MB
- Stars: 31
- Watchers: 6
- Forks: 25
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jtm-techfrontier-app
《Android开发进阶-从小工到专家》一书的最后一章实例代码,有如下三个版本 ( 到 [这里](https://github.com/bboyfeiyu/jtm-techfrontier-app/releases) 查看 ) :
* v1.0 - 不规范、代码混乱的版本;
* v2.0 - 经过一轮重构,优化命名规范、复用代码的版本;
* v2.1-mvp - 第二轮重构,采用MVP模式,添加单元测试等。