This project shows the data (Characters name) from swapi api and lets you perform search on the names of star wars characters using flow.
This project is a demonstration of MVVM architecture with Hilt Dependency Injection with flow.
- Swapi - All the Star Wars data you've ever wanted.
- Kotlin - First class and official programming language for Android development.
- Flow - In coroutines, a flow is a type that can emit multiple values sequentially.
- ViewModel - Stores UI-related data that isn't destroyed on UI changes.
- Lottie - Lightweight, scalable animations for your websites and apps.
- SurajKGoyal