Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codeamt/xyz-reader-app
#GrowWithGoogle Project 6 - A Material Reader App
https://github.com/codeamt/xyz-reader-app
Last synced: about 2 months ago
JSON representation
#GrowWithGoogle Project 6 - A Material Reader App
- Host: GitHub
- URL: https://github.com/codeamt/xyz-reader-app
- Owner: codeamt
- Created: 2018-08-24T04:38:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-09T18:23:16.000Z (over 2 years ago)
- Last Synced: 2023-10-20T04:52:19.620Z (about 1 year ago)
- Language: Java
- Size: 1.25 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
XYZ Reader App
For the sixth project of the Grow With Google Developer Scholarship Program (and conjointly Udacity’s Android Development Nanodegree program), students were asked to take in user feedback and re-design a reader app (written in Java) that implements Material Design principles.
## Learning Objectives
- [x] Understand the fundamentals of Android Design
- [x] Apply Material Design guidelines a mobile application
- [x] Separate an interface into surfaces
- [x] Effectively use transitions and motions
## Versioning and Dependencies
Target SDK Version: 27
Minimum SDK Version: 21Libraries:
- com.android.support:design:27.1.1
- com.android.support:support-v4:27.1.1
- com.android.support:support-v13:27.1.1
- com.android.support:appcompat-v7:27.1.1
- com.android.support:palette-v7:27.1.1
- com.android.support:recyclerview-v7:27.1.1
- com.android.support:cardview-v7:27.1.1
- com.squareup.okhttp3:okhttp:3.10.0
- libs/volley.jarApp/Build Repositories:
- MavenCentral
- jCenterAndroid Studio Version: 3.1.2 (Stable Release)