Introduction
Find news about the earth and its climate, in addition to any news you want.
Libraries / Tools
- Glide: https://github.com/bumptech/glide
- NewsApi: https://newsapi.org/
- CircleImageView: https://github.com/hdodenhof/CircleImageView
- RetroFit: https://square.github.io/retrofit/
App Architecture
MVVM structural design pattern using LiveData observables and ViewModel.
Features
- Cutomized news search.
- Default news search queries.
- Sort your search preferences, by date or popularity.
- Browse the selected news with WebView, with the option to share or open in another browser.
Screenshots
Installation
- Clone or Download the Repo
- Go to newsapi.org, sign up and obtain an APIKEY
- Go to
app/src/main/java/com.juanma.greennews/util/Constants.Java
and change the variablepublic static final String API_KEY = "YOUR API KEY";
to your obtained api key. - After this, you'll be able to run the app.