Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/githubhaohao/doubanbook
一个基于 Clean 架构以及 Retrofit , RxKotlin , Dagger 框架实现的 Kotlin for Android App 。
https://github.com/githubhaohao/doubanbook
android clean-architecture dagger2 kotlin retrofit2 rxjava rxkotlin
Last synced: 2 days ago
JSON representation
一个基于 Clean 架构以及 Retrofit , RxKotlin , Dagger 框架实现的 Kotlin for Android App 。
- Host: GitHub
- URL: https://github.com/githubhaohao/doubanbook
- Owner: githubhaohao
- License: apache-2.0
- Created: 2017-06-24T02:56:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-05T09:11:42.000Z (almost 4 years ago)
- Last Synced: 2025-01-11T18:51:53.437Z (13 days ago)
- Topics: android, clean-architecture, dagger2, kotlin, retrofit2, rxjava, rxkotlin
- Language: Kotlin
- Homepage:
- Size: 24.1 MB
- Stars: 164
- Watchers: 11
- Forks: 33
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# DoubanBook - Kotlin Android
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/githubhaohao/DoubanBook/raw/master/LICENSE.txt)
[![sdk](https://img.shields.io/badge/SDK-21+-red.svg)](https://github.com/githubhaohao/DoubanBook)
[![apk](https://img.shields.io/badge/APK-download-green.svg)](https://github.com/githubhaohao/DoubanBook/raw/master/art/DoubanBook.apk)A Douban book app with Kotlin.
# Introduction
一个基于 Clean 架构以及 Retrofit , RxKotlin , Dagger 框架实现的 [Kotlin](https://github.com/githubhaohao/JavaToKotlin) for Android App 。
- 使用的数据源来自[豆瓣图书 API ](https://developers.douban.com/wiki/?title=api_v2)
- UI 设计主要借鉴 MaterialHome 项目,遵循 Material Design 设计风格。
## ScreenShots
![git_d](https://github.com/githubhaohao/DoubanBook/blob/master/art/gif_d.gif?raw=true)
![gif_b](https://github.com/githubhaohao/DoubanBook/blob/master/art/preview_b.gif?raw=true)## Architecture
图片来自 Google
项目框架图
## Open Source Library
使用的开源类库:- [OkHttp3](https://github.com/square/okhttp)
- [Retrofit2](https://github.com/square/retrofit)
- [RxKotlin](https://github.com/ReactiveX/RxKotlin)
- [RxAndroid](https://github.com/ReactiveX/RxAndroid)
- [Dagger2](https://github.com/square/dagger)
- [Glide](https://github.com/bumptech/glide)
- [Kotlin Anko](https://github.com/Kotlin/anko)
- [Floating-Navigation-View](https://github.com/andremion/Floating-Navigation-View)
# Thanks
- [hymanme](https://github.com/hymanme)
- [豆瓣](https://www.douban.com)# 联系我
微信公众号![Markdown](https://github.com/githubhaohao/LearnFFmpeg/raw/master/doc/wechat_byteflow.png?raw=true)
# License
Copyright 2017 haohao Open Source Project
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 athttp://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.