All Projects → MindorksOpenSource → Koin-Tutorial

MindorksOpenSource / Koin-Tutorial

Licence: other
Koin - step by step tutorial

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Koin-Tutorial

MVVM-Koin-Repository-Pattern
Experimenting with MVVM, Koin and Repository pattern in a simple TODO app.
Stars: ✭ 29 (-71.57%)
Mutual labels:  koin
koin.dart
A pragmatic lightweight dependency injection library. This is a port of Koin for Dart projects.
Stars: ✭ 50 (-50.98%)
Mutual labels:  koin
StartWithKoin
A sample of how to use Koin with android view model
Stars: ✭ 22 (-78.43%)
Mutual labels:  koin
Android-Kotlin-MVVM-Template
[In progress...] Chat APP | MVVM + Clean Architecture | Kotlin, LiveData, Koin, Databinding, Navigation Fragments, Rx, Room, Crashlytics, Circle CI config, commons classes for UI.
Stars: ✭ 314 (+207.84%)
Mutual labels:  koin
JsonPlaceholderApp
This was originally a code challenge for a company, but now is an example of MVI on Android.
Stars: ✭ 26 (-74.51%)
Mutual labels:  koin
Paging-3-Sample
This app is created as a sample app which loads movies from Tmdb api and uses Paging 3 library to show it in a Recycler view.
Stars: ✭ 96 (-5.88%)
Mutual labels:  koin
Notflix
Kotlin Multiplatform playground
Stars: ✭ 272 (+166.67%)
Mutual labels:  koin
WeatherApp MVI sample
🌸[Functional reactive programming (FRP)] 🍁Simple Android weather forecast application written in Kotlin, using RxKotlin, Retrofit2, Mosby, Room Persistence ❄️MVI Pattern with Mosby Library
Stars: ✭ 106 (+3.92%)
Mutual labels:  koin
Jade-Player
A media player for Android.
Stars: ✭ 70 (-31.37%)
Mutual labels:  koin
FootballNews2
Personal Android project for Football daily updates
Stars: ✭ 16 (-84.31%)
Mutual labels:  koin
Starwars
A sample modular Android app written in Kotlin using Rx, Koin, Coroutines, Dagger 2 and Architecture components
Stars: ✭ 41 (-59.8%)
Mutual labels:  koin
koinMVVM
Kotlin Koin MVVM Example
Stars: ✭ 17 (-83.33%)
Mutual labels:  koin
CoMvvmHelper
android mvvm 基础框架,适合日常快速开发。有需要添加的内容或者发现问题可以提 issue。
Stars: ✭ 26 (-74.51%)
Mutual labels:  koin
DailyBugle
📰Modern MVVM Android application following single activity architecture which fetches news from 🕷️ news API. this repository contains some best practices ⚡ of android development
Stars: ✭ 17 (-83.33%)
Mutual labels:  koin
Scout
Scout is a kotlin multiplatform application that allows users to search and save games to lists to be browsed later.
Stars: ✭ 28 (-72.55%)
Mutual labels:  koin
android-clean-architecture
🚀🚀🚀 The boilerplate for Android using Kotlin & Clean architecture.
Stars: ✭ 21 (-79.41%)
Mutual labels:  koin
PlayAndroid
✌️✊👋玩安卓Mvvm组件化客户端,整合Jetpack组件DataBinding、ViewModel以及LiveData;屏幕适配✔️状态栏沉浸式✔️黑夜模式✔️,无数据、加载失败状态页;骨架屏、Koin依赖注入等
Stars: ✭ 193 (+89.22%)
Mutual labels:  koin
NoMansWallpaperApp
Looking for your next No Man's Sky wallpaper?
Stars: ✭ 35 (-65.69%)
Mutual labels:  koin
mpeiapp
MpeiX - Расписание пар, карта корпусов и личный кабинет БАРС для студентов и преподавателей НИУ МЭИ
Stars: ✭ 19 (-81.37%)
Mutual labels:  koin
CleanArchitectureMVVM
Example of Clean Architecture of Android app using MVVM, Koin, Coroutines, Retrofit, Room, Solid Principle, DRY, KISS, OOP
Stars: ✭ 60 (-41.18%)
Mutual labels:  koin

Koin Tutorial - Step by Step Guide

MindOrks MindOrks Community

This repository contains a sample app that implements Koin in MVVM architecture using Kotlin.

Concept reference resources - Koin Tutorial - Step by Step Guide

The app has following packages:

  1. data: It contains all the data accessing and manipulating components.
  2. di: It contains the files required by Koin
  3. ui: View classes along with their corresponding ViewModel.
  4. utils: Utility classes.

Library reference resources:

  1. Kotlin-Coroutines: https://github.com/MindorksOpenSource/Kotlin-Coroutines-Android-Examples

If this project helps you in anyway, show your love ❤️ by putting a on this project ✌️

Explore Android Online Tutorials and Courses To Learn More by MindOrks

  • Ride-Sharing Uber Lyft Android App - Learn to build a ride-sharing Android Taxi Clone App like Uber, Lyft - Open-Source Project By MindOrks
  • Android Tutorial - All Free Android Tutorials by MindOrks
  • Android Online Course for Professionals - 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 - 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.

Check out MindOrks awesome open source projects here

License

   Copyright (C) 2020 MINDORKS NEXTGEN PRIVATE LIMITED

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
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].