interestinghua / kotlinMVP

kotlin mvp demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KotlinMvp

License

技术要点

主要使用的第三方开源框架有:

模块说明:

  • 每日精选: 首页采用下拉刷新+RecyclerView 实现,Banner展示每日精选推荐的视频,监听 RecyclerView 的滑动事件,实现 TitleBar 的隐藏显示功能,底部菜单采用高斯模糊的半透明效果,使整个 APP 风格更加清爽。
  • 发现: 包括关注和分类模块,关注是推荐的作者上传的视频集,分类包括时尚、运动、创意、广告、音乐、旅行、生活、记录、开胃、游戏、萌宠、动画、综艺、搞笑等可自由选择想查看的类型视频。
  • 热门: 热门排行榜包括周排行、月排行、总排行的视频列表。
  • 搜索: 根据关键字搜索榜你找到感兴趣的视频。
  • 我的: 个人主页的相关介绍。
  • 观看记录: 查看之前看过的视频,按时间进行排序。

Thanks

  • 感谢所有优秀的开源项目
  • Eyepetizer :最初是看了这个项目才开始做的,学了不少东西,写出了我自己的代码风格

声明

项目中的 API 均来自开眼视频,纯属学习交流使用,不得用于商业用途!

LICENSE

Copyright 2017 

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.

About

kotlin mvp demo

License:Apache License 2.0


Languages

Language:Kotlin 93.5%Language:Java 6.5%