All Projects → skydoves → MovieCompose

skydoves / MovieCompose

Licence: Apache-2.0 License
🎞 A demo movie app using Jetpack Compose and Hilt based on modern Android tech stacks.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to MovieCompose

Delish
Delish, a Food Recipes App in Jetpack Compose and Hilt based on modern Android tech-stacks and MVI clean architecture.
Stars: ✭ 356 (+10.56%)
Mutual labels:  coroutines, compose, jetpack-compose, hilt
bitcoin-market-android
Bitcoin Market app shows you the current Bitcoin market price and price chart of different time intervals 💰
Stars: ✭ 284 (-11.8%)
Mutual labels:  coroutines, compose, jetpack-compose
Coffeegram
Android app using Jetpack Compose together with StateFlow and MVI
Stars: ✭ 155 (-51.86%)
Mutual labels:  coroutines, compose, jetpack-compose
Jetpack-Compose-MVI-Demo
Demo / Sample Android Project created with Jetpack Compose and MVI Architecture Pattern
Stars: ✭ 114 (-64.6%)
Mutual labels:  jetpack-compose, hilt, hilt-android
kmm
Rick & Morty Kotlin Multiplatform Mobile: Ktor, Sqldelight, Koin, Flow, MVI, SwiftUI, Compose
Stars: ✭ 52 (-83.85%)
Mutual labels:  coroutines, compose, jetpack-compose
Pokedex
🗡️ Android Pokedex using Hilt, Motion, Coroutines, Flow, Jetpack (Room, ViewModel) based on MVVM architecture.
Stars: ✭ 4,882 (+1416.15%)
Mutual labels:  coroutines, skydoves, hilt
Compose-BreakingBad
🧪 ☠︎ Jetpack Compose - Breaking Bad ☢︎
Stars: ✭ 26 (-91.93%)
Mutual labels:  coroutines, jetpack-compose, hilt-android
Multi-Module-Nextflix-Composable
Includes jetpack compose, navigation, paging, hilt, retrofit, coil, coroutines, flow..
Stars: ✭ 195 (-39.44%)
Mutual labels:  coroutines, jetpack-compose, hilt-android
Compose-ToDo
A fully functional Android TODO app built entirely with Kotlin and Jetpack Compose
Stars: ✭ 130 (-59.63%)
Mutual labels:  jetpack-compose, hilt, hilt-android
PlayWeather
🔥🔥🔥 Compose、Lce、MVVM、深色模式、横屏、无网弱网适配、Room、Hilt、多语言切换,目前Android最新的库基本全用上了,你想要的都有🔥🔥🔥
Stars: ✭ 120 (-62.73%)
Mutual labels:  compose, jetpack-compose, hilt-android
compose-charts
Simple Jetpack Compose Charts for multi-platform. Including Android, Web, Desktop.
Stars: ✭ 30 (-90.68%)
Mutual labels:  compose, jetpack-compose
Lastik
Kotlin Multiplatform + Jetpack Compose pet project, based on www.last.fm/api (in development)
Stars: ✭ 37 (-88.51%)
Mutual labels:  coroutines, jetpack-compose
breakout-compose
Breakout clone built with Compose
Stars: ✭ 27 (-91.61%)
Mutual labels:  compose, jetpack-compose
NYTimes-Compose
An offline-first application in Jetpack Compose with MVVM architecture, representing a minimalistic implementation of Top Stories API.
Stars: ✭ 98 (-69.57%)
Mutual labels:  compose, jetpack-compose
Retrogamer-Compose
Retro games implemented using Jetpack Compose
Stars: ✭ 113 (-64.91%)
Mutual labels:  compose, jetpack-compose
datmusic-android
Music search, downloader & player app using Jetpack Compose
Stars: ✭ 448 (+39.13%)
Mutual labels:  compose, jetpack-compose
monzo-widget
An Android app widget for Monzo using the public api
Stars: ✭ 25 (-92.24%)
Mutual labels:  jetpack-compose, hilt-android
JetComposer
Collection of UIs and Animations built with Jetpack Compose for Android
Stars: ✭ 294 (-8.7%)
Mutual labels:  compose, jetpack-compose
ApolloRickAndMorty
just a side project to try out GraphQL and Dagger Hilt with Clean architecture and MVVM
Stars: ✭ 28 (-91.3%)
Mutual labels:  hilt, hilt-android
foodies
A clean MVVM architecture android application
Stars: ✭ 14 (-95.65%)
Mutual labels:  jetpack-compose, hilt-android

MovieCompose

License API Build Status Profile

MovieCompose is a small demo application based on modern Android tech-stacks especially focus on Jetpack Compose UI using The Movie DB API. Also fetching data from the network and integrating persisted data in the database via repository pattern.


How to build on your environment

Add your The Movie DB's API key in local.properties file.

tmdb_api_key=YOUR_API_KEY

Tech stack & Open-source libraries

  • Minimum SDK level 21
  • 100% Kotlin based + Coroutines + Flow for asynchronous.
  • Hilt for dependency injection.
  • JetPack
    • Compose - A modern toolkit for building native Android UI.
    • Lifecycle - dispose observing data when lifecycle state changes.
    • ViewModel - UI related data holder, lifecycle aware.
    • Room Persistence - construct database.
    • App Startup - Provides a straightforward, performant way to initialize components at application startup.
  • Architecture
    • MVVM Architecture (Declarative View - ViewModel - Model)
    • Repository pattern
  • Material Design & Animations
  • Accompanist - A collection of extension libraries for Jetpack Compose.
  • Landscapist - Jetpack Compose image loading library with shimmer & circular reveal animations.
  • Retrofit2 & OkHttp3 - construct the REST APIs and paging network data.
  • Sandwich - construct lightweight http API response and handling error responses.
  • WhatIf - checking nullable object and empty collections more fluently.
  • Timber - logging.

Find this repository useful? ❤️

Support it by joining stargazers for this repository.
And follow me for my next creations! 🤩

License

Designed and developed by 2021 skydoves (Jaewoong Eum)

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].