A Newsroom Android application built using Kotlin and Jetpack Compose, which is a modern toolkit for building native Android UIs. It provides a smooth and seamless user experience while browsing and reading the latest news from various sources.
Made in Android Studio with Kotlin
The user interface of the app is designed to be intuitive and user-friendly. As you scroll through the app, you can easily navigate through different news articles. The top bar dynamically hides and appears as you scroll, giving you more space to read the news content.
The app offers news articles from different categories. You can choose your preferred category by simply scrolling horizontally through the scrollable tab row. Each category represents a specific topic, allowing you to easily find news that interests you the most.
To fetch the news data, the app utilizes the Retrofit library, which is a powerful networking library for Android. It communicates with the News API through a GET request, enabling us to retrieve the latest news articles from various sources.
The application is designed with a simple and user-friendly interface that enables students to easily navigate through the app's features.