EGOISTK21 / PaperPlane

纸飞机-采用MVP架构,集合了知乎日报、果壳精选和豆瓣一刻的综合性阅读客户端 Paper Plane - A reading app based on Android which contains articles from Zhihu Daily, Guokr Handpick and Douban Moment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paper Plane

Platform Release Gradle GitHub license

icon

English | 中文版

Introduction

Paper Plane is a reading app based on Android platform which contains articles from Zhihu Daily, Guokr Handpick and Douban Moment.

API of ZhiHuDaily comes from repository ZhihuDailyPurify's wiki.

The architecture of this project is Google Android Architecture Blueprints [beta]'s todo-mvp.

Screenshots

screenshot

Open the project in Android Studio

To open this project in Android Studio, begin by checking out of the branches, and then open the PaperPlane/ dictionary in Android Studio. The following series of steps illustrate how to open the PaperPlane branch.

Clone the repository:

git clone https://github.com/marktony/PaperPlane.git

checkout the master branch:

git checkout master

Note: If you want to review a different branch, replace the master with the name you want to checkout like the dev.

Finally open the PaperPlane/ directory in Android Studio.

Download APK

Related open source libraries

Name Introduction
Android Support Libraries The Android Support Library offers a number of features that are not built into the framework. These libraries offer backward-compatible versions of new features, provide useful UI elements that are not included in the framework, and provide a range of utilities that apps can draw on.
Glide An image loading and caching library for Android focused on smooth scrolling.
Gson A Java serialization/deserialization library that can convert Java Objects into JSON and back.
MaterialDateTimePicker Pick a date or time on Android in style.
Volley Volley is an HTTP library that makes networking for Android apps easier and most importantly, faster. Volley is available through the open AOSP repository.

Contact me

If you have any question about this repository, please email me and I will reply you as soon as possible.

marktonymengyi#gmail.com (replace '#' with '@')

My blog:blog

Support me

If my project is helpful to you, please support me a cup of coffee.

PayPal

Wechat Pay Ali Pay

License

Copyright 2017 lizhaotailang

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

纸飞机-采用MVP架构,集合了知乎日报、果壳精选和豆瓣一刻的综合性阅读客户端 Paper Plane - A reading app based on Android which contains articles from Zhihu Daily, Guokr Handpick and Douban Moment.

License:Apache License 2.0


Languages

Language:Java 95.0%Language:CSS 5.0%