git-xuhao / KotlinMvp
- вторник, 19 декабря 2017 г. в 10:13:22
🔥 基于Kotlin+MVP+Retrofit+RxJava+Glide 等架构实现的短视频类的 APP 练手项目,UI 简约风格,代码详细注释;欢迎 Star or Fork~
GitHub地址:https://github.com/git-xuhao/KotlinMvp
(开源不易,如果喜欢的话希望给个 Star 或者 Fork,谢谢!)
《KotlinMvp》 是仿着“开眼Eyepetizer”之前版本并加上自己的想法,开发的一款的短视频小应用,每日为你推荐精选视频,让你大开眼界。本项目采用 Kotlin 语言编写,结合 MVP+RxJava2+Retrofit2+Glide等的架构设计,学习 Kotlin 利用空余时间开发的一款小项目,代码结构清晰有详细注释,如有任何疑问和建议请提 Issue或联系
前段时间学习了 Kotlin 的一些语法,然后就写了这个项目熟悉一下 Android的官方语言,总体下来,感觉比较爽,相比 Java 而言源代码行数有所减少、方法数也有所减少。
Kotlin 团队为 Android 开发提供了一套超越标准语言功能的工具:
findViewById()
调用,并将其替换为合成的编译器生成的属性。(下方二维码,每日上限100次,如达到上限,还是 clone 源码吧!✧(≖ ◡ ≖✿))
主要使用的第三方开源框架有:
模块说明:
v1.1
v1.0
项目中的 API 均来自开眼视频,纯属学习交流使用,不得用于商业用途!
Copyright 2017 Xiho
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.