Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mindorksopensource/retrofit-kotlin-coroutines-example
An example project to demonstrate how to use Retrofit with Kotlin Coroutines in Android
https://github.com/mindorksopensource/retrofit-kotlin-coroutines-example
android android-example android-sample coroutines kotlin retrofit2-coroutines retrofit2-kotlin
Last synced: 4 days ago
JSON representation
An example project to demonstrate how to use Retrofit with Kotlin Coroutines in Android
- Host: GitHub
- URL: https://github.com/mindorksopensource/retrofit-kotlin-coroutines-example
- Owner: MindorksOpenSource
- Created: 2020-04-12T04:03:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-09T08:57:30.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T21:20:19.312Z (12 days ago)
- Topics: android, android-example, android-sample, coroutines, kotlin, retrofit2-coroutines, retrofit2-kotlin
- Language: Kotlin
- Size: 283 KB
- Stars: 277
- Watchers: 9
- Forks: 82
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Using Retrofit with Kotlin Coroutines in Android: Sample App
[![MindOrks](https://img.shields.io/badge/mindorks-opensource-blue.svg)](https://mindorks.com/open-source-projects)
[![MindOrks Community](https://img.shields.io/badge/join-community-blue.svg)](https://mindorks.com/join-community)This repository contains a sample app that implements MVVM architecture using Kotlin, ViewModel, Retrofit, Coroutines and etc.
![]()
![]()
![]()
### Concept reference resources - [ Using Retrofit with Kotlin Coroutines in Android](https://blog.mindorks.com/using-retrofit-with-kotlin-coroutines-in-android)
#### The app has following packages:
1. **data**: It contains all the data accessing and manipulating components.
3. **ui**: View classes along with their corresponding ViewModel.
4. **utils**: Utility classes.### Reference resources:
1. Coroutines: [Check here](https://blog.mindorks.com/mastering-kotlin-coroutines-in-android-step-by-step-guide)## Explore Android Online Tutorials and Courses To Learn More by MindOrks
* [Ride-Sharing Uber Lyft Android App](https://github.com/MindorksOpenSource/ridesharing-uber-lyft-app) - Learn to build a ride-sharing Android Taxi Clone App like Uber, Lyft - Open-Source Project By MindOrks
* [Android Tutorials](https://mindorks.com/android-tutorial) All Free Android Tutorials by MindOrks
* [Android Online Course for Professionals](https://bootcamp.mindorks.com/) - In this online course, you’ll learn the Dagger, Kotlin, RxJava, MVVM Architecture, Architecture Components, Jetpack, LiveData, ViewModel, Room Database, Database Design, Multithreading, Memory Management, Networking, Caching, How Glide works, Unit Testing, and the best practices for Android Development. By the end of this online course, you will have all the skills you need to become a professional Android Developer.
* [Android Online Course for Beginners](https://bootcamp.mindorks.com/android-training-for-beginners) - This course is for beginners for those who want to get started with Android Development. In this course, you will build two apps: TodoNotes and Ride-Sharing Uber Android App.