Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
miaoMiaoDaShi committed Dec 10, 2018
2 parents 0cb79fd + 92a3187 commit 97a9acc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## 介绍
项目基于框架 <a href="https://github.com/JessYanCoding/MVPArms/">MVPArms</a>
全程使用kotlin编写.
如果你想试试** 0-1开发出一个自己的美眉App** ,本项目应该可以给你举个不错的例子
如果你想试试**0-1开发出一个自己的美眉App** ,本项目应该可以给你举个不错的例子
后台采用的是bmob云服务,个人收藏夹使用腾讯COS
启动页的每日图片来自gank.io

Expand All @@ -18,14 +18,14 @@
Kotlin 团队为 Android 开发提供了一套超越标准语言功能的工具:

- **[Kotlin Android 扩展](https://www.kotlincn.net/docs/tutorials/android-plugin.html)** 是一个编译器扩展, **可以让你摆脱代码中的 `findViewById()` 调用**,并将其替换为合成的编译器生成的属性。
- ** [Anko](http://github.com/kotlin/anko)** 是一个提供围绕 Android API 的 Kotlin 友好的包装器的库 ,以及一个可以用 Kotlin 代码替换布局 .xml 文件的 DSL。
- **[Anko](http://github.com/kotlin/anko)** 是一个提供围绕 Android API 的 Kotlin 友好的包装器的库 ,以及一个可以用 Kotlin 代码替换布局 .xml 文件的 DSL。

项目基架搭建往往是最恨头疼的,选择一个好的开发集成框架是非常重要的
- **<a href="https://github.com/JessYanCoding/MVPArms/">MVPArms</a>****<a href="https://github.com/JessYanCoding/">JessYan</a>** 打造的一个整合了大量主流开源项目高度可配置化的 Android MVP 快速集成框架,无论你是接外包,还是公司大小项目使用,都是超级好用
- **<a href="https://github.com/JessYanCoding/MVPArms/">MVPArms</a>** **<a href="https://github.com/JessYanCoding/">JessYan</a>** 打造的一个整合了大量主流开源项目高度可配置化的 Android MVP 快速集成框架,无论你是接外包,还是公司大小项目使用,都是超级好用
- **<a href="https://github.com/JessYanCoding/MVPArmsTemplate/tree/master/MVPArmsTemplate">MVPArmsTemplate</a>**[**JessYan**](https://github.com/JessYanCoding) 为强大的 [**MVPArms**](https://github.com/JessYanCoding/MVPArms) 打造的一系列高度可配置且炒鸡炫酷的插件式模版, 可以为每个业务页面一键自动生成 **File****Xml**, 还可以自定义配置文件名、布局名和用于文件生成的目标包路径, 并且每一个文件都可以控制生成与否
## 截图
![](screenshot/Screenshot_splash.jpg) ![](screenshot/Screenshot_login.jpg)![](screenshot/Screenshot_home.jpg)![](screenshot/Screenshot_category.jpg)![](screenshot/Screenshot_mine.jpg)![](screenshot/Screenshot_search.png)

## apk下载体验地址
![](screenshot/download_orcode.png)
## 如果你觉得不错,就下载一个吧,无条件接受任何PR
## 如果你觉得不错,就下载一个吧,无条件接受任何邪恶PR

0 comments on commit 97a9acc

Please sign in to comment.