Skip to content

📚 Paper Plane - A reading app based on Android which contains articles from Zhihu Daily, Guokr Handpick and Douban Moment

License

Notifications You must be signed in to change notification settings

MindsparkCode/PaperPlane

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paper Plane

Build Status

The project is under refactoring, if you wanna download the source code of version v3.2.0, please see the release.

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.

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

📚 Paper Plane - A reading app based on Android which contains articles from Zhihu Daily, Guokr Handpick and Douban Moment

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.1%
  • CSS 2.9%