Android application for searching and exploring movies.
"MovieKP" is a Kotlin-based Android application that allows users to explore and manage a list of movies: view specific details about each movie, add or remove movies from the user's favorites list.
The app uses the Kinopoisk Unofficial API to fetch movie data.
- Kotlin;
- XML;
- ViewBinding;
- MVVM;
- Room;
- Retrofit2;
- Coroutines;
- RecyclerView (ListAdapter, DiffUtil);
- Picasso;
- Dagger 2;
- Clean Architecture.