Paper Plane is an Android reading app containing articles from Zhihu Daily, Guokr Handpick and Douban Moment. The project is built on MVP architecture and designed with Material Design style.
Timeline | Favorites | Info | Details |
---|---|---|---|
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/TonnyL/PaperPlane.git
Open the PaperPlane/
directory in Android Studio.
Library | Intro |
---|---|
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. |
Coroutines | Library support for Kotlin coroutines |
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. |
Kotlin | The Kotlin Programming Language |
MaterialDateTimePicker | Pick a date or time on Android in style. |
Retrofit | Type-safe HTTP client for Android and Java by Square, Inc. |
Room | Room provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite. |
Paper Plane
is a fully open sourced project. If you find a bug or want new features, do not hesitate to open an issue or create a pull request. Read the CONTRIBUTION_GUIDELINES for more detailed information.
There is an entry in the app for the GitHub Contributors page.
PaperPlane is under an Apache2.0 license. See the LICENSE for more info.