A Rick and Morty character and episode explorer app built using modern Android development tools and best practices.
- Browse Rick and Morty characters and episodes
- View character details with images
- Fetch episode details and related characters
- Smooth UI with Jetpack Compose
- Navigation between screens with Jetpack Navigation
- MVVM Architecture - Ensures separation of concerns and maintainability
- Kotlin - Modern and expressive programming language
- Jetpack Compose - Declarative UI framework for building modern UIs
- Jetpack Navigation - Simplifies app navigation
- Hilt (Dependency Injection) - Manages dependencies efficiently
- Retrofit - Handles network requests and API calls
- Coil - Image loading library optimized for Android
rickandmorty.webm
- Clone the repository:
git clone https://github.com/UmutDiler0/RickAndMorty.git
- Open the project in Android Studio
- Sync the Gradle files and build the project
- Run the app on an emulator or a real device
This project is licensed under the MIT License - see the LICENSE file for details.