Here are
182 public repositories
matching this topic...
🏀 An Android app for dribbble.com
Updated
Mar 1, 2018
Kotlin
Pet project using Clean Architecture + MVVM + Reactive Extensions + Android Architecture Components. The data are fetched from LondonTheatreDirect API. 🎭
Updated
Mar 17, 2020
Kotlin
Simple way to animate your views on Android with Rx 🚀
Updated
Jan 19, 2020
Kotlin
☝️ RxJava and RxKotlin bindings for Biometric Prompt (Fingerprint Scanner) on Android
Updated
May 14, 2020
Kotlin
This is a sample app that is part of a blog post I have written about how to architect android application using the Uncle Bob's clean architecture and Fernando Cejas Android-CleanArchitecture in Kotlin. Post in Spanish:
http://katade.com/clean-architecture-kotlin/
Updated
Oct 19, 2017
Kotlin
Create/Generate your kotlin MVP projects easily
Updated
May 26, 2017
Kotlin
🛠 A small Kotlin library to make shared preferences easy + RxJava and Coroutines support
Updated
Feb 24, 2020
Kotlin
Automatically dispose RxJava 2 streams on Android using Lifecycle events.
Updated
May 14, 2019
Kotlin
一个基于 Clean 架构以及 Retrofit , RxKotlin , Dagger 框架实现的 Kotlin for Android App 。
Updated
Feb 8, 2018
Kotlin
An example approach for modularization, reactive clean architecture and persistancy.
Updated
Oct 15, 2019
Kotlin
Clean MVP Architecture with RxJava + Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Includes Unit Tests(Kotlin Tests)!
Updated
Jan 2, 2020
Kotlin
Open-source android spyware
Updated
Apr 5, 2020
Kotlin
AndroCat is a GitHub client for Android phones and provides to user GitHub user interface like how they used to.
Updated
Sep 9, 2019
Kotlin
Android 最强网络请求库, 不仅仅是网络请求的异步框架. 支持Kotlin/协程/并发/加载框/错误信息/生命周期/缺省页/分页加载/预读缓存/转换器/异常处理追踪/最强定时器的全能网络请求库
Updated
Feb 15, 2020
Java
PowerPermission makes handling runtime permissions extremely easy.
Updated
Apr 4, 2020
Kotlin
Price Tracking Application - An experimental Kotlin Android project with complex android app requirements.
Updated
Jan 26, 2018
Kotlin
This is a sample Android Project that is based on Clean Architecture
Updated
May 7, 2019
Kotlin
Learning RxKotlin2 for Android by Examples - Migration From RxKotlin1/RxJava1 to RxKotlin2/RxJava2 - How to use RxKotlin 2 in Android - RxLogin using RxBinding - Pagination using RxKotlin
Updated
May 24, 2018
Kotlin
💰 A Currency Converter & Calculator Android application to check, convert and calculate to popular currencies to your favorite ones.
Updated
May 27, 2020
Kotlin
monitors battery state of the Android device
Updated
Apr 20, 2020
Kotlin
[DEPRECATED]💬 An Android app for Slack.
Updated
May 7, 2018
Kotlin
Simple project with clean architecture and android lifecycle
Updated
Nov 5, 2017
Kotlin
Digital Currency tracker - An example implementation of latest Android Trends with Kotlin
Updated
Nov 21, 2017
Kotlin
A blockchain market tracking app. Example implementation of reactive clean architecture and testing.
Updated
Sep 30, 2018
Kotlin
Art Institute of Chicago Official Mobile App - Android
Updated
May 27, 2020
Kotlin
Android MVP architecture in Kotlin using Dagger2, RxJava2, Retrofit2 and so on
Updated
Feb 27, 2019
Kotlin
Android SDK for the NeuroSky MindWave Mobile Brainwave Sensing Headset
Updated
May 11, 2020
Java
Updated
Jan 14, 2018
Kotlin
This repository contains a detailed sample app that implements Clean architecture and MVP in Kotlin using RxJava2, Retrofit
Updated
Oct 25, 2019
Kotlin
Improve this page
Add a description, image, and links to the
rxkotlin
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
rxkotlin
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
The iOS sample code contains a retain loop. The ViewController owns the KittenView and the KittenView owns the ViewController. Personally I am not very familiar with the used approach which is not entirely idiomatic for Swift/iOS so not entirely sure what the best f