This CharactersR&M Android app is a Rick and Morty character browser built with Kotlin and Jetpack Compose. It fetches data from the Rick and Morty API
The main screen supports search and filter functionality. Tapping a character opens a detail screen showing about that character. The app uses a clean architecture and the MVI pattern
- 🧩 Character Grid: Displays all characters in a 2-column grid with image, name, species, status, and gender. Supports pagination.
- 🔍 Search & Filter: Find characters by name or apply filters (status, species, gender).
- 💾 Offline Caching: Previously loaded data is stored in memory.
- 🧠 Detail Screen: Shows full character info. Extracts a dominant color from the image for dynamic theming.
