IND News is a modern news application that provides users with the latest news across various categories. Built with Jetpack Compose and Material 3, the app features a clean and intuitive user interface. The application integrates with NewsAPI.org to fetch up-to-date news articles, and leverages Coil for image loading and Shimmer for loading effects, ensuring a smooth and engaging user experience.
You can download the latest version by clicking the button below.
- Multiple News Categories: Stay updated with news across different categories like Business, Entertainment, Sports, Technology, and more.
- Jetpack Compose: Modern UI toolkit for building native Android UI.
- Material 3: Utilizes Material Design 3 guidelines for a polished and cohesive user interface.
- Additive UI: Dynamic and interactive UI components.
- NewsAPI.org Integration: Fetches real-time news articles from NewsAPI.org.
- Coil for Image Loading: Fast and efficient image loading with Coil.
- Shimmer Effect: Attractive loading animations while fetching data.
- Clean and Intuitive UI: Focuses on delivering a seamless user experience with a neat layout.
- Offline Support: Browse previously loaded news even when offline.
- Light and Dark Mode: Supports both light and dark themes.
- Jetpack Compose
- Material 3
- Additive UI
- NewsAPI.org
- Coil
- Shimmer Effect
- Retrofit (for network requests)
- Kotlin Coroutines (for asynchronous programming)
- ViewModel and LiveData (for managing UI-related data)
- MVVM
dependencies {
implementation "androidx.compose.ui:ui:1.0.0"
implementation "androidx.compose.material3:material3:1.0.0"
implementation "io.coil-kt:coil-compose:1.4.0"
implementation "com.facebook.shimmer:shimmer:0.5.0"
implementation "com.squareup.retrofit2:retrofit:2.9.0"
implementation "com.squareup.retrofit2:converter-gson:2.9.0"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.2"
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha07"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.3.1"
}
To get started with IND News, follow these steps:
-
Clone this repository:
git clone https://github.com/yourusername/ind-news.git
-
Open the project in Android Studio.
-
Set up your NewsAPI.org API key:
- Register at NewsAPI.org and obtain your API key.
- Add your API key in the
local.properties
file:NEWS_API_KEY=your_api_key_here
-
Build and run the project on an emulator or a physical device.
If you'd like to contribute to IND News, follow these steps:
-
Fork this repository.
-
Create a new branch:
git checkout -b feature/your-feature
-
Make your changes and commit them:
git commit -m 'Add some feature'
-
Push to the branch:
git push origin feature/your-feature
-
Submit a pull request.
- NewsAPI.org for providing access to news data.
- Jetpack Compose for the modern UI toolkit.
- Coil for efficient image loading.
- Shimmer for the beautiful loading animations.
- Material Design for the design guidelines.
For any inquiries or feedback, please contact us at mohd.aakib208381@gmail.com.