All Projects → mrabelwahed → MVVM-Demo

mrabelwahed / MVVM-Demo

Licence: other
This demo for MVVM Design pattern for android

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to MVVM-Demo

Trailersapp
A simple demo project for The Movie DB based on MVVM clean architecture.
Stars: ✭ 180 (+800%)
Mutual labels:  gson, rxjava2, repository-pattern, mvvm-architecture, databinding
BakingApp
🍛🍴 This app allows a user to select a recipe and see video-guided steps for how to complete it, showcasing MVVM, Retrofit, ExoPlayer with lifecycle components, Master/Detail Flow, Widgets.
Stars: ✭ 18 (-10%)
Mutual labels:  gson, glide, retrofit2, mvvm-architecture, databinding
NYTimesMostPopularArticles
A simple app to hit the NY Times Most Popular Articles API and show a list of articles, that shows details when items on the list are tapped (a typical master/detail app), also user able to browse/ add articles to favorite list that implements MVVM architecture using Dagger2, Retrofit, Coroutines, LiveData, RoomDatabase, Database Debugging, Data…
Stars: ✭ 38 (+90%)
Mutual labels:  glide, retrofit2, repository-pattern, mvvm-architecture, databinding
BakingApp
Udacity Android Developer Nanodegree, project 2.
Stars: ✭ 54 (+170%)
Mutual labels:  gson, glide, rxjava2, retrofit2
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 (+14640%)
Mutual labels:  rxjava2, retrofit2, mvvm-architecture, databinding
Mvpframes
整合大量主流开源项目并且可高度配置化的 Android MVP 快速集成框架,支持 AndroidX
Stars: ✭ 100 (+400%)
Mutual labels:  gson, glide, rxjava2, retrofit2
catchflicks
🎬 Kitchen sink project for learning android concepts 🎬
Stars: ✭ 12 (-40%)
Mutual labels:  glide, retrofit2, mvvm-architecture, databinding
MockAppMVVM
A sample app structure using the MVVM architecture using Retrofit, Dagger2, LiveData, RxJava, ViewModel and Room.
Stars: ✭ 14 (-30%)
Mutual labels:  glide, rxjava2, retrofit2, 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 (+1180%)
Mutual labels:  glide, retrofit2, mvvm-architecture, databinding
PlayAndroid
✌️✊👋玩安卓Mvvm组件化客户端,整合Jetpack组件DataBinding、ViewModel以及LiveData;屏幕适配✔️状态栏沉浸式✔️黑夜模式✔️,无数据、加载失败状态页;骨架屏、Koin依赖注入等
Stars: ✭ 193 (+865%)
Mutual labels:  gson, glide, rxjava2, databinding
Mvvmhabit
goldze: 本人喜欢尝试新的技术,以后发现有好用的东西,我将会在企业项目中实战,没有问题了就会把它引入到MVVMHabit中,一直维护着这套框架,谢谢各位朋友的支持。如果觉得这套框架不错的话,麻烦点个 star,你的支持则是我前进的动力!
Stars: ✭ 6,789 (+33845%)
Mutual labels:  glide, rxjava2, retrofit2, databinding
Dowy
🎬Application that displays a list of Movies and Tv Series using Modern Android Application Development tools and API's
Stars: ✭ 29 (+45%)
Mutual labels:  gson, glide, retrofit2, mvvm-architecture
Mvvmsmart
基于谷歌最新AAC架构,MVVM设计模式的一套快速开发库,整合ViewModel+Lifecycles+Navigation+DataBinding+LiveData+Okhttp+Retrofit+RxJava+Glide等主流模块,满足日常开发需求。使用该框架可以快速开发高质量、易维护的Android应用。 项目组会持续维护,请放心使用.欢迎Start并Fork交流.
Stars: ✭ 382 (+1810%)
Mutual labels:  glide, rxjava2, retrofit2, databinding
Wanandroid
🏄 基于Architecture Components dependencies (Lifecycles,LiveData,ViewModel,Room)构建的WanAndroid开源项目。 你值得拥有的MVVM快速开发框架:https://github.com/jenly1314/MVVMFrame
Stars: ✭ 410 (+1950%)
Mutual labels:  gson, glide, retrofit2, databinding
Heyyoo
Heyyoo is a sample social media Android application 📱 built to demonstrate use of Modern Android development tools - (Kotlin, Coroutines, Architecture Components, MVVM, Room, Retrofit, Material Components).
Stars: ✭ 38 (+90%)
Mutual labels:  gson, retrofit2, repository-pattern, mvvm-architecture
Phoenix For Vk
Yet another VK client for Android
Stars: ✭ 131 (+555%)
Mutual labels:  gson, rxjava2, retrofit2
Redgram For Reddit
An Open-Sourced Android Reddit Client
Stars: ✭ 106 (+430%)
Mutual labels:  gson, rxjava2, retrofit2
FlickOff
A lite movie guide app, with MVVM architecture, that lets you discover movies from TMDb.
Stars: ✭ 31 (+55%)
Mutual labels:  gson, glide, databinding
Hibiscus
Hibiscus, mobile microblogging application.
Stars: ✭ 14 (-30%)
Mutual labels:  glide, rxjava2, retrofit2
stockwatcher
stockwatcher, a modern android development stack showcase
Stars: ✭ 62 (+210%)
Mutual labels:  rxjava2, retrofit2, databinding

MVVM-Demo

This demo for MVVM Design pattern for android

About MVVM

MVVM is one of the best design patterns for android developemnt as Presentation layer according to clean Architecture by Uncle Bob. MVVM is an abbreviation of Model View Veiw model where your presentaion layer will be divided into three packages
Model : the business of your app
View : is your activity/fragment where UI Exists and they send events to View model and receive notifications form view model
View Model : in the middle of view and model

This repo contains the following branches

  • master: contains MVVM architecture with out android arch components or repository
  • feature/mvvm-arch: contains MVVM architecture with android arch components only
  • feature/mvvm-arch-repository: contains MVVM architecture with android arch components and repository

Used Libraries

  • Rxjava2
  • Retrofit
  • Gson
  • Databinding
  • Android Architecture Components
  • Realm

About screen List screen

MIT License

Copyright (c) 2018 Mahmoud Ramadan

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

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