All Projects → shantudash → Android Architecture Components Mvvm Retrofit Java

shantudash / Android Architecture Components Mvvm Retrofit Java

Licence: mit
This repository contains Android Architecture Components ( LiveData , View Model and MVVM pattern with retrofit for consuming rest api )

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Android Architecture Components Mvvm Retrofit Java

StackOverFlowApi
working with Stack OverFlow Api
Stars: ✭ 24 (-61.9%)
Mutual labels:  mvvm, viewmodel, retrofit2, livedata
Wanandroid
🏄 基于Architecture Components dependencies (Lifecycles,LiveData,ViewModel,Room)构建的WanAndroid开源项目。 你值得拥有的MVVM快速开发框架:https://github.com/jenly1314/MVVMFrame
Stars: ✭ 410 (+550.79%)
Mutual labels:  mvvm, viewmodel, retrofit2, livedata
Mvvmsmart
基于谷歌最新AAC架构,MVVM设计模式的一套快速开发库,整合ViewModel+Lifecycles+Navigation+DataBinding+LiveData+Okhttp+Retrofit+RxJava+Glide等主流模块,满足日常开发需求。使用该框架可以快速开发高质量、易维护的Android应用。 项目组会持续维护,请放心使用.欢迎Start并Fork交流.
Stars: ✭ 382 (+506.35%)
Mutual labels:  mvvm, viewmodel, retrofit2, livedata
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 (+4.76%)
Mutual labels:  mvvm, viewmodel, retrofit2, livedata
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 (-71.43%)
Mutual labels:  mvvm, viewmodel, retrofit2, livedata
Gallerit
A sample Android gallery to search images posted on Reddit built using modern Android development tools (Architecture Components, MVVM, Coroutines, Flow, Navigation, Retrofit, Room, Koin)
Stars: ✭ 153 (+142.86%)
Mutual labels:  mvvm, viewmodel, retrofit2, livedata
Mvvmarms
Android MVVM Architecture Components based on MVPArms and Android Architecture Components.
Stars: ✭ 425 (+574.6%)
Mutual labels:  mvvm, viewmodel, retrofit2, livedata
Mvvmframe
🏰 MVVMFrame for Android 是一个基于Google官方推出的Architecture Components dependencies(现在叫JetPack){ Lifecycle,LiveData,ViewModel,Room } 构建的快速开发框架。有了MVVMFrame的加持,从此构建一个MVVM模式的项目变得快捷简单。
Stars: ✭ 218 (+246.03%)
Mutual labels:  mvvm, viewmodel, retrofit2, livedata
Kotlinjetpackinaction
🔥🔥 Kotlin Jetpack zero to hero. 新手到高手
Stars: ✭ 264 (+319.05%)
Mutual labels:  mvvm, viewmodel, retrofit2, livedata
Jetpack Wanandroid
Kotlin+Jetpack+Coroutines+Retrofit+koin 完成的MVVM 组件化客户端 🔥🔥
Stars: ✭ 353 (+460.32%)
Mutual labels:  mvvm, viewmodel, livedata
Androidroom
Android example to show how to use Room to access SQLite database on device for reading and writing data. This example also shows how to use LiveData and ViewModel with Room to build reactive, well performing and easy to maintain applications.
Stars: ✭ 36 (-42.86%)
Mutual labels:  mvvm, viewmodel, livedata
Jetpackmvvm
🐔🏀一个Jetpack结合MVVM的快速开发框架,基于MVVM模式集成谷歌官方推荐的JetPack组件库:LiveData、ViewModel、Lifecycle、Navigation组件 使用Kotlin语言,添加大量拓展函数,简化代码 加入Retrofit网络请求,协程,帮你简化各种操作,让你快速开发项目
Stars: ✭ 1,100 (+1646.03%)
Mutual labels:  mvvm, viewmodel, livedata
Retrokotlin
Simple Android app to show how unit testing with MockWebServer and Architecture Components (ViewModel + LiveData)
Stars: ✭ 55 (-12.7%)
Mutual labels:  viewmodel, retrofit2, livedata
Android Jetpack Demo
🔥 快速入门Android Jetpack以及相关Kotlin、RxJava、MVVM等主流技术,独立构架App的基础技能
Stars: ✭ 335 (+431.75%)
Mutual labels:  mvvm, viewmodel, livedata
News Sample App
A sample news app which demonstrates clean architecture and best practices for developing android app
Stars: ✭ 334 (+430.16%)
Mutual labels:  viewmodel, retrofit2, livedata
Moko Mvvm
Model-View-ViewModel architecture components for mobile (android & ios) Kotlin Multiplatform development
Stars: ✭ 329 (+422.22%)
Mutual labels:  mvvm, viewmodel, livedata
Wanandroid
Jetpack MVVM For Wanandroid 最佳实践 !
Stars: ✭ 1,004 (+1493.65%)
Mutual labels:  mvvm, viewmodel, livedata
Mvvm Sample App
MVVM, ViewModel and LiveData Sample App
Stars: ✭ 498 (+690.48%)
Mutual labels:  mvvm, viewmodel, livedata
T Mvvm
This repository contains a detailed sample app that implements MVVM architecture using LiveData,ViewModel,Retrofit,Rxjava
Stars: ✭ 630 (+900%)
Mutual labels:  mvvm, viewmodel, livedata
Offlinesampleapp
Sample Offline-First MVVM app that uses Android Priority Job Queue, Room, Retrofit2, LiveData, LifecycleObserver, RxJava2, Dagger Android
Stars: ✭ 653 (+936.51%)
Mutual labels:  mvvm, retrofit2, livedata

Android-Architecture-Components-MVVM-Retrofit-JAVA

This repository contains Android Architecture Components ( LiveData , View Model and MVVM with retrofit for consuming rest api )

About This Project

In this project we will build a news article app using android architecture components ( LiveData and ViewModel ) usning MVVM pattern by the help of Retrofit for consuming rest api data from News Api

App Features

  • Show list of movies article

Setting Up

Step-1 : Download this project on your local machine.

Step-2 : Get an api key from News Api

    How to get an api key from News Api?
    
     1 : Register Your Account
     2 : once you login in your account, go to your profile. you will see an api key.

Step-3 : Put your api key inside AppConstant.java file under Constants folder on this project

Step-4: Run the application.

App demo

Library Used

Contributing

Anyone can contribute in this project.

Authors

Shantu Chandra Dash

License

This project is licensed under the MIT License - see the LICENSE.md file for details

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