This app is a reader app, where user can select any article of interest from the list and read.
_ Follow these instructions to build and run the project._
- Clone this repository.
- Download the appropriate JDK for your system.I am currently on JDK 8.
- Install Android Studio.
- Import the project. Open Android Studio, click Open an existing Android Studio project and select the project. Gradle will build the project.
- Run the app. Click Run > Run app. After the project builds you'll be prompted to launch on device or launch on emulator.
- Material Design principles components such as fonts, color, motion, images and surfaces are included.
- Animation and transitions are used
- Viewpager to display a set of articles.
- Material design Coordinator Layouts,Collapsing toolbar are used.