All Projects → RohitSurwase → Android Architectures Kotlin

RohitSurwase / Android Architectures Kotlin

Licence: apache-2.0
Simple examples showcasing implementation of some popular app architecture patterns using Kotlin.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Android Architectures Kotlin

Android Kotlin Mvp Architecture
This repository contains a detailed sample app that implements MVP architecture in Kotlin using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView
Stars: ✭ 615 (+1082.69%)
Mutual labels:  mvp-architecture, mvp-android
visum
Android reactive MVP stack
Stars: ✭ 19 (-63.46%)
Mutual labels:  mvp-architecture, mvp-android
MVPArchitecture
Android MVP architecture in Kotlin using Dagger2, RxJava2, Retrofit2 and so on
Stars: ✭ 27 (-48.08%)
Mutual labels:  mvp-architecture, mvp-android
uv-index
This is a work-in-progress (🔧️) ultraviolet index viewer app for demonstrating Instant Apps + Kotlin + Dagger + MVP
Stars: ✭ 64 (+23.08%)
Mutual labels:  mvp-architecture, mvp-android
Mvpart
🎨 A new Android MVP architecture (此框架旨在解决传统 MVP 类和接口太多, 并且 Presenter 和 View 通过接口通信过于繁琐, 重用 Presenter 代价太大等问题).
Stars: ✭ 776 (+1392.31%)
Mutual labels:  mvp-architecture, mvp-android
mvp-android-template
MVP Android Template to give you a Quick Head Start for your next Android Project. It implements MVP Architecture using Dagger2, Room, RxJava2 , Retrofit2
Stars: ✭ 20 (-61.54%)
Mutual labels:  mvp-architecture, mvp-android
Fasthub
FastHub the ultimate GitHub client for Android.
Stars: ✭ 5,543 (+10559.62%)
Mutual labels:  mvp-architecture, mvp-android
clutch
No description or website provided.
Stars: ✭ 14 (-73.08%)
Mutual labels:  mvp-architecture, mvp-android
Geeknews
📚A pure reading App based on Material Design + MVP + RxJava2 + Retrofit + Dagger2 + Realm + Glide
Stars: ✭ 3,496 (+6623.08%)
Mutual labels:  mvp-architecture, mvp-android
Componentizationarch
Stars: ✭ 265 (+409.62%)
Mutual labels:  mvp-architecture, mvp-android
Android-Model-View-Presenter
No description or website provided.
Stars: ✭ 26 (-50%)
Mutual labels:  mvp-architecture, mvp-android
Supermvp
MVP“美”图+新闻+天气预报+Material+RxJava3+Retrofit2+Glide4+AndroidX+Leakcanary+Butterknife
Stars: ✭ 763 (+1367.31%)
Mutual labels:  mvp-architecture, mvp-android
mvp-architecture-kotlin-dagger-2-retrofit-android
Android Application MVP (Model-View-Presenter) architecture example using Dagger2 Dependency Injection (DI) and Retrofit Tutorial using Kotlin programming language.
Stars: ✭ 15 (-71.15%)
Mutual labels:  mvp-architecture, mvp-android
Flair
This is powerful android framework
Stars: ✭ 31 (-40.38%)
Mutual labels:  mvp-architecture, mvp-android
android-template
Template for android development at Tiki
Stars: ✭ 17 (-67.31%)
Mutual labels:  mvp-architecture, mvp-android
KotlinMvpTemplateGenerator
Android Studio template for Kotlin with MVP + Dagger2 + Retrofit2
Stars: ✭ 65 (+25%)
Mutual labels:  mvp-architecture, mvp-android
BakingApp
Udacity Android Developer Nanodegree, project 2.
Stars: ✭ 54 (+3.85%)
Mutual labels:  mvp-architecture, mvp-android
MVPDemo
MVP+动态代理的模式框架例子
Stars: ✭ 12 (-76.92%)
Mutual labels:  mvp-architecture, mvp-android
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 (+5569.23%)
Mutual labels:  mvp-architecture, mvp-android
Protein
🥚 An Android App for Dribbble
Stars: ✭ 598 (+1050%)
Mutual labels:  mvp-architecture, mvp-android

Project Status: Active – The project has reached a stable, usable state and is being actively developed.

This repo is the part of the article series: Android App Architectures in Kotlin

These are the simple examples showing the implementation of few popular architecture patterns using Kotlin.

Note: This repository has multiple individual apps. So, you need to open each app separately in Android Studio. If you try to open the whole repository in Android Studio it will not compile. Please open each example separately in Android Studio.

Examples:

Model-View-Presenter (MVP) in Kotlin

News-Kotlin-MVP - Simple News app developed in Kotlin using MVP architecture.

Check out the article for the complete explanation: Android App Architectures: Example of MVP with Kotlin

Architecture Components in Kotlin

Architecture-Components-Kotlin-Basic - Simple News app developed in Kotlin using Android Architecture Components.

Basic example app is ready. Stay tuned, for introduction article...

Architecture Components in Kotlin with advancements (recommendations)

Stay tuned, work in progress...

Authors & Contributers

License

Copyright © 2018 Rohit Sahebrao Surwase. This project is licensed under the Apache License, Version 2.0 - 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].