piashcse / Hilt-MVVM-Compose-Movie

Movie World πŸ“± android app built with Jetpack Compose, Hilt, Coroutines, Flow, Room, ViewModel based on MVVM architecture recommended by Google. It offers a clean, scalable, and maintainable codebase for Android development.
240 stars 47 forks source link
android animation clean-architecture compose coroutines flow hilt jetpack-compose kotlin kotlin-coroutines moviedb-api mvvm mvvm-architecture navigation-component paging3 reftrofit room-database viewmodel

Movie World (Jetpack Compose)

Jetpack Compose badge-Android API Kotlin GitHub license License

Movie World app built with Jetpack Compose, Hilt, Coroutines, Flow, Room and ViewModel based on MVVM architecture. The app follows the architecture to ensure clean, maintainable code and delivers a responsive, modern UI experience, leveraging The Movie DB API.

Main Features

Architecture πŸ—οΈ

Fig. MVVM (Model - ComposableView - ViewModel) design pattern.

API Key πŸ”‘

You will need to provide a developer key to fetch the data from TMDB API.

defaultConfig {
    ...
    buildConfigField("String", "API_KEY", '"TMDB_API_KEY"')
    ...
}

Built With πŸ› 

πŸ‘¨ Developed By

Mehedi Hassan Piash

Twitter Medium Linkedin Web Blog

License

Copyright 2024 piashcse (Mehedi Hassan Piash)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.