The Silver Screen
The Silver Screen: A movie recommendation app that utilizes the TMDb API to provide users with personalized movie recommendations based on their preferences.
- GitHub Repository: The Silver Screen
- Technologies Used: Android SDK, Kotlin, Clean Architecture, MVVM, Dagger Hilt, Coroutines, Retrofit, TMDb API
- Role: Sole developer
- Notable achievements:
- Implemented Clean Architecture with MVVM architectural pattern for a modular and maintainable codebase.
- Utilized Dagger Hilt for dependency injection to enhance code modularity and testability.
- Integrated Coroutines for asynchronous programming and smooth user experience.
- Utilized Retrofit to fetch movie data from the TMDb API and display it in the app.
- Implemented personalized movie recommendations algorithm based on user preferences and viewing history.
KotlinMVVMDagger HiltCoroutinesRetrofit