Skip to content

pramodk007/Movies

 
 

Repository files navigation

Moviemade

kotlin-badge platform-badge minsdk-badge license-badge paypal-badge googleplay-badge issues-badge last-commit-badge prs-badge

Moviemade - easy way to discover popular movies. This is a simple TMDb client for Android with material design.

Build

Take a look at local.properties and fill it with your own tmdb_api_key like this:

tmdb_api_key=YOUR_OWN_TMDB_KEY

Download

Screenshots

Technologies

  • Multi-module Android project
  • 100% Kotlin, No XML
  • MinSDK 21, CompileSDK 32, TargetSDK 32
  • MVVM
  • Gradle Kotlin DSL
  • 100% Jetpack Compose
  • OkHttp
  • Retrofit
  • Hilt
  • Room
  • Navigation (deep links)
  • KotlinX Serialization
  • Kotlin Coroutines & Flow
  • Coil
  • Clean Architecture
  • Unit Tests
  • UI Tests
  • Data Store
  • Material3
  • Night Theme
  • Startup
  • SplashScreen API
  • Firebase Crashlytics
  • Firebase Remote Config
  • Timber
  • Firebase Analytics
  • In-App Updates
  • In-App Review
  • Dynamic Colors
  • Dynamic App Icon
  • Accompanist
  • Chucker
  • App Shortcuts
  • Google Ads
  • Lifecycle API
  • Paging Library
  • Okhttp Logging Interceptor
  • Preloaded Fonts
  • TMDB API
  • Firebase App Distribution
  • WorkManager
  • ConstraintLayout
  • Detekt
  • Lint
  • KtLint
  • Spotless
  • Github Actions
  • OAuth
  • Animations

Issues

If you find any problems or would like to suggest a feature, please feel free to file an issue.

License

Apache License 2.0
Copyright 2017 Michael Bely

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.

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%