Using REST API calls (Retrofit) and material components to create a simple material news app with The Guardian's developer API
This app display a list of relevant news items and their related information in a Material Design user interface.
The data is gathered from the The Guardian API endpoint.
The network calls are made with Retrofit 2 and the JSON parsing is done with GSON.
Parts of the user interface are created with the Material Components Library
The following libraries are used in this project:
This segment is a work in progress as of 2018.07.25
Please check back in a few days for a (more) completed list.
This sample uses the Gradle build system. To build this project, use the
“gradlew build” command or use “Import Project” in Android Studio.
Suggestions and feature ideas are welcome. Reach out to any of the aforementioned social media links :)
Patches are encouraged, and may be submitted by forking this project and
submitting a pull request through GitHub.