English | 中文版
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.
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.
- Xiaomi Apps market
- Cool market
- Smartisan App Market
- Google Drive
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. |
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
If my project is helpful to you, please support me a cup of coffee.
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.