Neys is an Android app who uses News API to retrieve press articles.
-
git clone https://github.com/yohanleb/Neys.git
-
Open project in Android Studio
- MVC Architecture
- REST API Call
- Singleton for API Instance
- Fragments
- Displaying a list in a RecyclerView
- Displaying a detail view of an article
- Gitflow
- Animations between two views
- Data stored in cache
- More features :
- Search articles
- Like articles
- Material Cards
- Material Bottom Navigation
- Splash Screen
The first screen is a loading screen with the Neys logo.
You can view the latest headlines in the main screen.
You can read an article by clicking on it in the list.
This view shows the image, the source of the article, the title, and the content. Unfortunately, News API only offers the beginning of the article (for free users), so I added a link to see the full article.
You can also like an article by clicking on the heart.
You can search articles by typing some words in the search bar.
All your liked articles are stored in this view.
There are animations between two views.