This is a 'News app' where user can view and filter news articles according to category of his/her choice. The data from the API is a form of 'LiveData' which constantly keeps updating. The user can also view/read the complete news article in his/her browser. This app is build using Java programming language.
The concept's and libraries that are used for developing this app are:
1] Glide Library – Image Loading Library For Android.
2] Intents (Implicit and Explicit Intent).
3] Retrofit - A type-safe REST client used for making API calls, which aims to make it easier to consume RESTful web services.
4] Recycler view - ViewGroup that contains the views corresponding to the data and provides efficient way to show data to user.
5] Working With API's.
Click on news | Select Browser | Read full News in Browser |