All Projects → andriiginting → Muvi

andriiginting / Muvi

Licence: other
Very simple project to show a collection of Movie from MovieDb with a minimalist design

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Muvi

News Sample App
A sample news app which demonstrates clean architecture and best practices for developing android app
Stars: ✭ 334 (+626.09%)
Mutual labels:  room, clean-architecture, dagger2, rxjava2, mvvm-architecture
BESTV
Android TV App powered by TMDb. It is a easy way to find the best TV content, the top movies, series... all of that in your TV.
Stars: ✭ 49 (+6.52%)
Mutual labels:  movie, clean-architecture, dagger2, rxjava2
flickr-android
A small sample app to showcase architecting app using Clean Architecture and MVVM
Stars: ✭ 25 (-45.65%)
Mutual labels:  room, clean-architecture, dagger2, rxjava2
Android Mvvm Architecture
This repository contains a detailed sample app that implements MVVM architecture using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView
Stars: ✭ 2,720 (+5813.04%)
Mutual labels:  room, dagger2, rxjava2, mvvm-architecture
Android Clean Architecture Mvvm Dagger Rx
Implemented by Clean Architecture, Dagger2, MVVM, LiveData, RX, Retrofit2, Room, Anko
Stars: ✭ 138 (+200%)
Mutual labels:  room, clean-architecture, dagger2, mvvm-architecture
Offlinesampleapp
Sample Offline-First MVVM app that uses Android Priority Job Queue, Room, Retrofit2, LiveData, LifecycleObserver, RxJava2, Dagger Android
Stars: ✭ 653 (+1319.57%)
Mutual labels:  room, clean-architecture, rxjava2, mvvm-architecture
Android-Starter-Kit
This is up-to-date android studio project for native android application, that is using modern tools and libraries.
Stars: ✭ 16 (-65.22%)
Mutual labels:  clean-architecture, dagger2, rxjava2
Tdcapp
Sample app which access the TDC (The Developer's Conference) REST API.
Stars: ✭ 55 (+19.57%)
Mutual labels:  room, clean-architecture, rxjava2
android-clean-architecture
Sample for Android Clean Architecture.
Stars: ✭ 120 (+160.87%)
Mutual labels:  room, clean-architecture, dagger2
Android tmdb clean architecture
Showcase of clean architecture concepts along with Continuous Integration and Development for modular Android applications. Includes test suits (functional and unit tests) along with code coverage.
Stars: ✭ 63 (+36.96%)
Mutual labels:  room, clean-architecture, dagger2
Githubprojectbrowser
This is a sample Android Project that is based on Clean Architecture
Stars: ✭ 64 (+39.13%)
Mutual labels:  room, clean-architecture, dagger2
Kotlin Mvvm Architecture
Android Architecture Design Patterns using Kotlin, MVVM, Dagger2, LiveData, Room, MediatorLiveData, NetworkBoundResources, Retrofit, AndroidX, ViewModels, Dependency Injection using Dagger2, Repository pattern.
Stars: ✭ 126 (+173.91%)
Mutual labels:  room, dagger2, mvvm-architecture
Social Note
Social Note - Note-taking, sharing, time & location reminder
Stars: ✭ 38 (-17.39%)
Mutual labels:  room, rxjava2, mvvm-architecture
Android Clean Architecture Example
Yet another Android clean architecture example using RxJava and Room.
Stars: ✭ 37 (-19.57%)
Mutual labels:  room, clean-architecture, rxjava2
Pinboard Kotlin
Unofficial Pinboard android app, developed as a playground to study many topics related to Android. Kotlin + Coroutines + MVVM
Stars: ✭ 60 (+30.43%)
Mutual labels:  room, clean-architecture, dagger2
Android Architecture Components Kotlin
Clean code App with Kotlin and Android Architecture Components
Stars: ✭ 23 (-50%)
Mutual labels:  room, clean-architecture, dagger2
Base Mvvm
App built to showcase basic Android View components like ViewPager, RecyclerView(homogeneous and heterogeneous items), NavigationDrawer, Animated Vector Drawables, Collapsing Toolbar Layout etc. housed in a MVVM architecture
Stars: ✭ 18 (-60.87%)
Mutual labels:  room, dagger2, rxjava2
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 (+208.7%)
Mutual labels:  room, movie, mvvm-architecture
Fountain
Android Kotlin paged endpoints made easy
Stars: ✭ 175 (+280.43%)
Mutual labels:  room, dagger2, rxjava2
Android Kotlin Mvp Architecture
This repository contains a detailed sample app that implements MVP architecture in Kotlin using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView
Stars: ✭ 615 (+1236.96%)
Mutual labels:  room, dagger2, rxjava2

Muvi 👷🔨

Build Status codecov

Very simple project to show collection of Movie from MovieDb with minimalist design.

Main Feature

  • Showing List of Movie
  • Showing detail movie and similar movie
  • Showing your favorite movie
  • Shuffle Banner
  • Filter based on Category
  • Search your favorite Movie

Tech Stack

  • AndroidX
  • Kotlin
  • RXJava
  • Retrofit for network request
  • Room
  • Glide
  • Mockito for unit testing
  • Dagger for DI

Architecture

In this project I'm using MVVM - Clean Architecture. By implementing clean architecture, it will give us :

  • clean separation of concern; making your code easier to navigate and maintain
  • easier to test the code

How to use it?

  • Clone this project using git clone [url]
  • build the project by using ./gradlew clean :app:assembleDebug
  • You can run the Unit test by using ./gradlew clean test

Clean Architecture will not be appropriate for every project, so it is down to you to decide whether or not it fits your needs

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].