https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
d

Dico

03/18/2019, 8:43 PM
Are there any library options for a simple single threaded observable/observer framework in kotlin multiplatform?
👍 1
a

addamsson

03/18/2019, 11:29 PM
I'm working on this one:
it is basically a port of javafx's observables
d

Dico

03/19/2019, 2:33 AM
I was just starting to port that lightly in my project!
a

addamsson

03/19/2019, 7:40 AM
javafx?
d

Dico

03/19/2019, 10:30 AM
Yeah
a

addamsson

03/19/2019, 7:38 PM
wow
the whole lib or just the databinding part?
d

Dico

03/19/2019, 8:12 PM
just starting to port that lightly - i.e. I was thinking of modelling some of the main parts of the observer framework in javafx.
People speak of making multiplatform mobile apps and having lots of business logic and stuff in common code - but how can I do that using a mvp or mvvm model if I don't have an observer framework in common code
Now I'm probably going to switch to react-native because it's more mature and I have procrastinated this for 2 months now, so given it's for my thesis... 😅