chongyucaiyan / WanAndroid-Java

一款采用Java语言、MVVM + Retrofit + RxJava架构开发的玩Android客户端 (https://www.wanandroid.com/) 。PS: Kotlin版 (https://github.com/chongyucaiyan/WanAndroid-Kotlin) 。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WanAndroid-Java

玩Android客户端

项目简介

一款基于玩Android开放API开发的玩Android客户端。整个项目采用MVVM + Retrofit + RxJava架构进行开发。

项目截图

项目版本

v1.0.0

  • 基本功能

技术要点

  • 采用MVVM模式开发,视图操作和业务逻辑解耦
  • 采用DataBinding框架实现View与数据的绑定,View层做到极度简洁
  • 采用Lifecycle实现ViewModel的生命周期回调
  • 采用Retrofit + RxJava实现网络请求
  • 采用Glide实现图片加载

感谢

API

开源库

声明

本项目纯属学习交流使用。

LICENSE

Copyright (c) 2019-present, chongyucaiyan.

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

一款采用Java语言、MVVM + Retrofit + RxJava架构开发的玩Android客户端 (https://www.wanandroid.com/) 。PS: Kotlin版 (https://github.com/chongyucaiyan/WanAndroid-Kotlin) 。

License:Apache License 2.0


Languages

Language:Java 100.0%