Skip to content

zeynepturkmen/News-App-Android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Android News Application 📰

This project aims to display news articles with different categories to the user and allow them to leave comments. It utilizes tabs to organize the articles into different categories, which can be navigated by swiping or clicking. The number of tabs is dynamic and changes according to the number of categories in the database. When a user clicks on an article, they are redirected to a more detailed page where they can read the article in full and leave a comment.

Since most news APIs are not free to use, I have built my own API using the Spring Framework and added some mock data for testing purposes. When the code is executed, this data is automatically saved to the database as part of the initialization process. The backend code includes all the necessary routes for fetching news articles, comments, categories, and posting comments.

Everything in this project is ready to use, except for the mongo string. To use the project, you must add your own database URI to the "application.properties" file in the backend folder.

Demo Video

Demo Video

Releases

No releases published

Packages

No packages published

Languages