Project as a part of Android Basics Nanodegree at Udacity
The goal is to create a News Feed app which gives a user regularly-updated news from the internet related to a particular topic, person, or location. In this project, use Guardian API. This is a well-maintained API which returns information in a JSON format.
You need to insert your API key. Go to a file named Constants.kt
and find the value of API_KEY. Replace "test" with "YOUR-API-KEY".
public static final String API_KEY = "YOUR-API-KEY";
- Navigation Drawer
- Fragments
- ViewPager plus TabLayout
- Loaders
- Intent
- Guardian API
- JSON Parsing
- Glide
- CardView
- RecyclerView
- SharedPreferences