An open API service providing repository metadata for many open source software ecosystems.

Topic: "kotlin-coroutines-mvvm"

ZahraHeydari/Android-Clean-Arch-Coroutines-Koin

Implemented by Clean Architecture, MVVM, Koin, Coroutines, Moshi, Mockk, LiveData & DataBinding

Language: Kotlin - Size: 358 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 278 - Forks: 43

Kotlin-Android-Open-Source/StateFlow-MVVM-MVI-demo

Using StateFlow as LiveData | StateFlow instead of LiveData | LiveData to StateFlow | StateFlow MVVM | StateFlow sample | StateFlow demo

Language: Kotlin - Size: 382 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 155 - Forks: 22

samira-badamestani/android-clean-arc-coroutines

Clean Architecture(Coroutines,Dagger, MVVM, ROOM, retrofit, databinding)

Language: Kotlin - Size: 1.26 MB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 139 - Forks: 30

savepopulation/modular-app-core

Core implementations for a modular Android App

Language: Kotlin - Size: 222 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 138 - Forks: 16

hoc081098/Refresh-Token-Sample

Android Refresh token with Retrofit, OkHttp, Kotlin Coroutines Mutex 🔂 When multiple requests hit 401 (HTTP_UNAUTHORIZED), only single Refresh token request will be executed. After successful refresh, all pending requests will be executed concurrently. Example of encryption Jetpack Proto DataStore with Tink. Secured Proto DataStore. This example app shows how you can encrypt your data when using Proto DataStore from Jetpack.

Language: Kotlin - Size: 566 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 127 - Forks: 18

xiazunyang/brick 📦

【此git仓库已停止更新,其中的若干个模块将被拆分为多个仓库,详情请点开本人的仓库列表查看。】使用Kotlin Coroutine和ViewModel、LiveData等Android Jetpack组件搭建而成的MVP、MVVM架构框架。实现了业务代码的高复用性的核心特点,并且使用简单、代码简洁。 如果使用Retrofit作为网络请求工具,可以为Model层自动注入Retrofit Api实例,进一步精简代码。同样的,也可以注入Room数据库框架的Dao层接口。注:配合http模块食用,风味更佳!

Language: Kotlin - Size: 4.7 MB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 109 - Forks: 14

garg-lucifer/ToDoListApp

To Do List App is built in Kotlin using Material 3, Data Binding, Navigation Component Graphs, Room persistence library, Kotlin coroutines, LiveData, Dagger Hilt, and Notifications following MVVM Architecture.

Language: Kotlin - Size: 21.2 MB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 60 - Forks: 18

Kotlin-Android-Open-Source/DataStore-sample

DataStore-sample. Preferences DataStore Working with Preferences DataStore Codelab. Using Jetpack Compose for UI. Toggle dark mode / light model. StateFlow, Coroutines Flow.

Language: Kotlin - Size: 8.81 MB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 43 - Forks: 8

AmrAbdelhameed/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, DataBinding and Navigation Component.

Language: Kotlin - Size: 1.19 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 38 - Forks: 8

sagrawal2418/NewsApp-MVVM-Architecture

MVVM Clean Architecture using Jetpack Compose, Kotlin, Retrofit, Coroutines, Flow, StateFlow, Dagger-Hilt, WorkManager, Room, Unit test and etc

Language: Kotlin - Size: 6.66 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 12 - Forks: 2

orioonyx/Recyclerview-with-MVVM

A sample android app that shows how to use ViewModels and Room together with RxJava & Hilt in Kotlin by Clean Architecture.

Language: Kotlin - Size: 6.12 MB - Last synced at: 8 months ago - Pushed at: over 2 years ago - Stars: 10 - Forks: 2

Kotlin-Android-Open-Source/Firestore-Coroutines-Flow

Firebase firestore coroutines flow

Language: Kotlin - Size: 161 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 6 - Forks: 1

yash786agg/RoomKoin

A persistent room database with kotlin co-routines support using koin dependency injection.

Language: Kotlin - Size: 12.7 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 5 - Forks: 2

MaikolSoro/Foody

Develop beautiful and fully functional Android App in Android Studio using the power of Kotlin programming language.

Language: Kotlin - Size: 4.8 MB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 5

ilhamsuaib/Retrofit-X-Couroutine

Sample of retrofit with couroutine support

Language: Kotlin - Size: 139 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 1

ktzaw/Cinephilia

Movie Review App

Language: Kotlin - Size: 1.76 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

ameerhamza6733/SimpleApp

This is sample Android app to show case how we can use MVVM(Live Data , ViewModel, room and retrofit ) kotlin coroutines, dragger 2, viewBinding

Language: Kotlin - Size: 112 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

geraldika/Kanbat

Tasks Manager. You can create dashboards and fill them with tasks, also monitor the progress of its implementation. Moreover, you can create tasks, add checklists, and manage task statuses (perform them or add them to the archive until better times)

Language: Kotlin - Size: 2.02 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 0

shreyashghag/MvvmWeather

This is simple weather application example to get temperature of the searched city and get the result from an api call from metaweather API's.the app is build using retrofit2+room+mvvv+coroutines+liveData+viewmodel

Language: Kotlin - Size: 823 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

andiwijayaid/room-mvvm-coroutines-livedata

Repo ini untuk tutorial dari artikel:

Language: Kotlin - Size: 436 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 3 - Forks: 2

MichaelGift/Event-Finder-App

An event finder that uses your location to find events around you from TicketMaster API. Implemented using Navigation graph, room, dagger in 100%. Implemented using MVVM Architecure

Language: Kotlin - Size: 297 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 1

hoc081098/DemoCoroutinesChannelResult

Use `Kotlinx Coroutines Channel` to send and receive events between Fragments.

Language: Kotlin - Size: 4.78 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 1

AzadTom/MDN-Pagination

This Project show modern android development which uses rest API using Retrofit & Pagination and Home Screen & DetailScreen

Language: Kotlin - Size: 16.2 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

ghi4/dhi-movie

Dicoding Submission: Menjadi Android Developer Expert

Language: Kotlin - Size: 41.6 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

ERa-aRE/BuyLand

Semi e-commerce application , with kotlin and jetpack compose

Language: Kotlin - Size: 4.97 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 1

AlbatovK/KQuiz

:bulb: Online real-time android mutiplayer quiz game

Language: Kotlin - Size: 1.47 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

ollyc2015/MovieListDaggerHiltCR

A simple movie list, generated through the Movie Database API. Using Coroutines, Dagger Hilt, MVVM with Clean Architecture.

Language: Kotlin - Size: 172 KB - Last synced at: 7 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

iddangunawan/news

https://newsapi.org

Language: Kotlin - Size: 162 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

xmcnulty/wsb-trendies

Language: Kotlin - Size: 1.53 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

sandeepjak2007/CleanArchitectureNoteApp

Note App with Jetpack Compose using clean architecture with Room DB as local database

Language: Kotlin - Size: 109 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

fekri8614/IMDb

watch movies and know theme :-)

Size: 1.37 MB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

CHRehan/rest_countries_sample

REST countries sample app that loads information from REST countries API V3 to show an approach to using some of the best practices in Android Development.

Language: Kotlin - Size: 13.9 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

wingsum93/itune-music-mvvm

demo project form kotlin-mvvm-coroutines architecture

Language: Kotlin - Size: 4.06 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

raheemadamboev/pokedex-app

Jetpack Compose app to get information about Pokemons. (not finished yet)

Language: Kotlin - Size: 643 KB - Last synced at: 16 days ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

slothdeboss/PhoneBook

Simple phone book for test task

Language: Kotlin - Size: 170 KB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

sam43/GitHubUsers

Technical assessment test for Sr. Android Developer at Platforms Common Foundation. Used technologies are in the topics.

Language: Kotlin - Size: 175 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1

HoussemNasri/PopularMovies

Android Developer Nanodegree - Popular Movies Stage 1

Language: Kotlin - Size: 140 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

annalyjak/SleepTracker

Room Database and Coroutines example in one app, which track quality of sleep.

Language: Kotlin - Size: 157 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

indrian16/TryKotlinCoroutines

Language: Kotlin - Size: 126 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

Related Topics
kotlin 20 kotlin-coroutines 18 retrofit2 15 kotlin-android 15 mvvm 13 room-database 12 mvvm-architecture 11 android 10 livedata 9 room-persistence-library 8 jetpack-compose 8 clean-architecture 7 coroutines 6 room 5 mvvm-pattern 4 mvvm-android 4 jetpack-android 4 kotlin-coroutine-flow 4 kotlin-coroutines-stateflow 4 dagger-hilt 4 viewmodel 3 flow 3 modularization 3 repository-pattern 3 glide 3 koin 3 coroutines-android 3 architecture-components 3 retrofit 3 kotlin-coroutine 3 jetpack 3 android-architecture 3 livedata-viewmodel 3 jetpack-navigation 2 retrofit2-kotlin 2 mvvm-sample 2 clean-architecture-android 2 stateflow 2 recyclerview 2 android-cleanarchitecture-kotlin 2 android-application 2 android-compose 2 kotlin-coroutines-flow 2 databinding 2 datastore 2 paging3 2 android-development 2 pagination 2 kotlin-coroutines-room 2 hilt-android 2 datastore-android 2 android-app 2 koin-kotlin 2 navigation-architecture-component 2 rest-api 2 lifecycle-components 2 kotlin-dsl 2 stateflow-android 2 navigation-component 2 mvvm-android-kotlin 1 android-studio 1 koin-android 1 recyclerview-adapter 1 viewmodel-pattern 1 data-binding-library 1 kotlinx-coroutines 1 newsapi 1 mvi-android 1 cache-storage 1 binding-adapter 1 android-architecture-components 1 gif 1 mvi-architecture 1 material-design 1 dynamic-feature 1 coroutines-flow-mvi 1 mockito 1 coroutines-flow 1 android-mvvm-architecture 1 leakcanary 1 sqlchiper 1 coroutines-channels 1 android-mvi-sample 1 android-mvi-flow 1 android-mvi-architecture 1 androidsdk 1 jetpacknavigation 1 udacity-android-nanodegree 1 android-mvi 1 mvi-coroutines-flow 1 android-coroutines-flow 1 android-coroutines-flow-mvvm 1 android-mvvm-coroutine 1 android-refresh-token 1 android-refresh-token-sample 1 android-retrofit 1 android-retrofit-auth 1 android-stateflow 1 coroutines-mutex 1 kotlin-coroutines-mutex 1