All Projects → thomasnield → Rxkotlinfx Tornadofx Demo

thomasnield / Rxkotlinfx Tornadofx Demo

A demo application demonstrating TornadoFX and Rx usage

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Rxkotlinfx Tornadofx Demo

Rxjava2 Extras
Utilities for use with RxJava 2
Stars: ✭ 167 (+122.67%)
Mutual labels:  rxjava, reactivex
rxkotlin-jdbc
Fluent RxJava JDBC extension functions for Kotlin
Stars: ✭ 27 (-64%)
Mutual labels:  reactivex, rxjava
Rxkotlinfx
Kotlin extensions to the RxJavaFX framework
Stars: ✭ 177 (+136%)
Mutual labels:  rxjava, reactivex
Rxanimationbinding
RxJava binding APIs for Android's animations
Stars: ✭ 82 (+9.33%)
Mutual labels:  rxjava, reactivex
Web3j
Lightweight Java and Android library for integration with Ethereum clients
Stars: ✭ 3,537 (+4616%)
Mutual labels:  rxjava, reactivex
servant
Serving you with GoogleApiClients any way you like them
Stars: ✭ 17 (-77.33%)
Mutual labels:  reactivex, rxjava
TMDB-App
Demo app using TMDB api
Stars: ✭ 13 (-82.67%)
Mutual labels:  reactivex, rxjava
RxJava-Codelab
Codelab project for demonstration of RxJava features
Stars: ✭ 44 (-41.33%)
Mutual labels:  reactivex, rxjava
Reactive
Reactive: Examples of the most famous reactive libraries that you can find in the market.
Stars: ✭ 256 (+241.33%)
Mutual labels:  rxjava, reactivex
reactor-go
A golang implementation for reactive-streams.
Stars: ✭ 48 (-36%)
Mutual labels:  reactivex, rxjava
Reprint
A unified fingerprint library for android.
Stars: ✭ 467 (+522.67%)
Mutual labels:  rxjava, reactivex
Rxdocs
Rx和RxJava文档中文翻译项目
Stars: ✭ 3,825 (+5000%)
Mutual labels:  rxjava, reactivex
Rxjavafx
RxJava bindings for JavaFX
Stars: ✭ 489 (+552%)
Mutual labels:  rxjava, reactivex
Aiyagirl
🔥 爱吖妹纸(含 Kotlin 分支版本)——Retrofit + RxJava + MVP 架构 APP 体验代码家的干货集中营 Gank.io,福利多多,不容错过
Stars: ✭ 1,109 (+1378.67%)
Mutual labels:  rxjava
Rxkotlin Rxjava2 Android Samples
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
Stars: ✭ 65 (-13.33%)
Mutual labels:  rxjava
Rxswift Chinese Documentation
RxSwift 中文文档
Stars: ✭ 1,107 (+1376%)
Mutual labels:  reactivex
S Mvp
🔥🔥优化版MVP,使用注解泛型简化代码编写,使用模块化协议方便维护,APT过程使用注解解析器利用JavaPoet🌝完成重复模块的编写,利用ASpect+GradlePlugin 完成横向AOP编程+Javassist动态字节码注入+Tinker实现热修复+Retrofit实现优雅网络操作+RxJava轻松玩转数据处理
Stars: ✭ 1,095 (+1360%)
Mutual labels:  rxjava
Rxjavajdk8interop
RxJava 2/3 interop library for supporting Java 8 features such as Optional, Stream and CompletableFuture [discontinued]
Stars: ✭ 70 (-6.67%)
Mutual labels:  rxjava
Truetime Android
Android NTP time library. Get the true current time impervious to device clock time changes
Stars: ✭ 1,134 (+1412%)
Mutual labels:  rxjava
Rxplaces
A Google Maps Webservice API made simple.
Stars: ✭ 56 (-25.33%)
Mutual labels:  rxjava

RxKotlinFX/TornadoFX Demo

This is a fully-featured demo showcasing TornadoFX used in conjunction with RxKotlinFX to build a complex CRUD desktop application. It only took me two nights to build.

This is an RxJava-driven application. A temporary backing database is stored in-memory using SQLite, and RxKotlin-JDBC is used to reactively query and write to it.

Just build and run with Gradle.

Stack

Here is a list and Venn diagram of the different libraries used, with overlaps indicating their role in interoperability.

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].