Vishvnath96 / Insta-App

The purpose is to make a News app which gives a user regularly and updated news from the internet related to a particular topic, person, or location

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Insta-App

The purpose is to make a News app which gives a user regularly and updated news from the internet related to a particular topic, person, or location. we have used Guardian API for getting news data in json format.

API Key Note

You need to insert your API key. Go to a file named Constants.java and find the value of API_KEY. Replace "test" with "YOUR-API-KEY".

public static final String API_KEY = "YOUR-API-KEY";

Features

  1. Navigation Drawer
  2. Room Data Persistence
  3. Live Data
  4. Pagination for getting data on demand
  5. Fragments
  6. Retrofit
  7. ViewPager plus TabLayout
  8. Loaders
  9. Intent
  10. Guardian API
  11. JSON Parsing
  12. Glide
  13. CardView
  14. RecyclerView

#Snap1 drawer

#Snap2 share

#gif 1 instanews1

#gif 2 instanews2

About

The purpose is to make a News app which gives a user regularly and updated news from the internet related to a particular topic, person, or location


Languages

Language:Java 100.0%