All Projects → skydoves → Themovies

skydoves / Themovies

Licence: mit
🎬 A demo project for The Movie DB based on Kotlin MVVM architecture and material design & animations.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Themovies

Githubfollows
A demo project based on MVVM architecture and material design & animations.
Stars: ✭ 272 (-27.27%)
Mutual labels:  mvvm, mvvm-architecture, repository-pattern, material-design
Moviedb
A gorgeous TMDb client for Android
Stars: ✭ 103 (-72.46%)
Mutual labels:  tmdb, mvvm, material-design
Marvelheroes
❤️ A sample Marvel heroes application based on MVVM (ViewModel, Coroutines, LiveData, Room, Repository, Koin) architecture.
Stars: ✭ 826 (+120.86%)
Mutual labels:  mvvm, mvvm-architecture, material-design
Covid 19 Tracker
Android app to track COVID-19 cases in India and globally.
Stars: ✭ 96 (-74.33%)
Mutual labels:  mvvm-architecture, repository-pattern, material-design
Moviefinderusingmvvm Android
🔥 MVVM + Clean Architecture + Best Practices | 🍿Movie Finder is a sample Android application 📱to search movies using OMDb API which is built to demonstrate use of Modern Android development tools - (Kotlin, Coroutines, Kodein, Architecture Components, MVVM, Retrofit, Gson, Material Components) 😊😊😉
Stars: ✭ 66 (-82.35%)
Mutual labels:  mvvm, mvvm-architecture, material-design
Popularmovies
🎥 Movie discovery app showcasing Android best practices with Google's recommended architecture: MVVM + Repository + Offline support + Android Architecture Components + Paging library & Retrofit2.
Stars: ✭ 142 (-62.03%)
Mutual labels:  mvvm, mvvm-architecture, material-design
Expenso Ios
A Simple Expense Tracker App built to demonstrate the use of SwiftUI, CoreData, Charts, Biometrics (Face & Touch ID) and MVVM Architecture.
Stars: ✭ 191 (-48.93%)
Mutual labels:  mvvm, mvvm-architecture, material-design
Clean Mvvm Archcomponents
👽 Android app consuming Star Wars API.Built with clean architecture ,MVVM pattern, Koin , Coroutines + Flows ,Architecture Components, Data Binding , Firebase , Unit/UI Tests ,Motion Layout
Stars: ✭ 285 (-23.8%)
Mutual labels:  mvvm, mvvm-architecture, tdd
ToDoApp
📱My android playground app - Simple and Fastest todo app - developing to cover most android concepts, simple logic can make me focus more on framework
Stars: ✭ 28 (-92.51%)
Mutual labels:  repository-pattern, mvvm-architecture
TMDbMultiplatform
Step-by-step guide on Kotlin Multiplatform
Stars: ✭ 86 (-77.01%)
Mutual labels:  mvvm, mvvm-architecture
modern-android
Modern Android Project Skeleton
Stars: ✭ 17 (-95.45%)
Mutual labels:  mvvm, repository-pattern
TVToday
iOS TV Shows app with TMDb Api. RxSwift, MVVM, Clean Architecture. Tuist + Swift Package Manager
Stars: ✭ 27 (-92.78%)
Mutual labels:  mvvm, tmdb
Football-App
⚽ Football App using MVVM, LiveData, RxJava2, DI, Room, Repository Patern
Stars: ✭ 17 (-95.45%)
Mutual labels:  mvvm, repository-pattern
socket-chat
This project will help you build a chat app by using the Socket IO library.
Stars: ✭ 36 (-90.37%)
Mutual labels:  mvvm, mvvm-architecture
Dowy
🎬Application that displays a list of Movies and Tv Series using Modern Android Application Development tools and API's
Stars: ✭ 29 (-92.25%)
Mutual labels:  tmdb, mvvm-architecture
Android Mvp Mvvm Flytour
🔥🔥🔥 FlyTour是Android MVVM+MVP+Dagger2+Retrofit+RxJava+组件化+插件组成的双编码架构+双工程架构+双语言Android应用开发框架,通过不断的升级迭代该框架已经有了十个不同的版本,5.0之前工程架构采用gradle配置实现组件化,5.0之后的工程架构采用VirtualAPK实现了插件化,5.0之前采用Java编码实现,5.0之后采用Kotlin编码实现,编码架构由MVVM和MVP组成,工程架构和编码架构及编码语言开发者可根据自己具体的项目实际需求去决定选择使用,该框架是Android组件化、Android插件化、Android MVP架构、Android MVVM架构的集大成者,帮助你快速的搭建自己的App项目开发框架,以便把主要的精…
Stars: ✭ 2,948 (+688.24%)
Mutual labels:  mvvm, mvvm-architecture
FindTaek
📦 내가 시킨 택배가 어디까지 왔는지 확인해보세요
Stars: ✭ 26 (-93.05%)
Mutual labels:  mvvm, mvvm-architecture
Kotlin Modular Tdd Coroutines Mvvm
A sample Kotlin app which was built with modular structure, Kotlin DSL, Kotlin Coroutines, TDD and MVVM patterns.
Stars: ✭ 256 (-31.55%)
Mutual labels:  mvvm-architecture, tdd
Kotlin Android Mvvm Starter
Android Kotlin Starter is a starter project which implements MVVM Pattern.
Stars: ✭ 276 (-26.2%)
Mutual labels:  mvvm, mvvm-architecture
Themovies2
🎬 A demo project using The Movie DB based on Kotlin MVVM architecture and material design & animations.
Stars: ✭ 297 (-20.59%)
Mutual labels:  mvvm, mvvm-architecture

TheMovies

license API Build Status License

A simple project for The Movie DB based on Kotlin MVVM clean architecture and material design & animations.

gif0 gif1

How to build on your environment

Add your API key in local.properties file.

tmdb_api_key=YOUR_API_KEY

Development process

Based on Test-driven development.

  1. API Service -> API Service Unit Test with api response mock files
  2. DAO -> DAO Unit Test
  3. Repository -> Repository Unit Test
  4. ViewModel -> ViewModel Unit Test
  5. DI & Refactoring
  6. Implmentating UI & Layouts

    tdd

Architecture

Based on mvvm architecture and repository pattern.

architecture

Specs & Open-source libraries

  • Minimum SDK 16
  • 100% Kotlin based
  • MVVM Architecture
  • Architecture Components (Lifecycle, LiveData, ViewModel, Room Persistence)
  • DataBinding
  • Material Design & Animations
  • The Movie DB API
  • Dagger2 for dependency injection
  • Retrofit2 & Gson for constructing the REST API
  • OkHttp3 for implementing interceptor, logging and mocking web server
  • Glide for loading images
  • BaseRecyclerViewAdapter for implementing adapters and viewHolders
  • WhatIf - checking nullable object and empty collections more fluently
  • Mockito-kotlin for Junit mock test
  • Timber for logging
  • Stetho for debugging persistence data & network packets
  • Ripple animation, Shared element transition
  • Custom Views ExpandableTextView

Posting

Medium - Android MVVM Architecture Components using The Movie Database API

Find this library useful? ❤️

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

Supports ☕️

If you feel like support me a coffee for my efforts, I would greatly appreciate it.
Buy Me A Coffee

License

The MIT License (MIT)

Copyright (c) 2018 skydoves

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
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].