Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
abukros
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
14 ms
·
1.
▲
by
abukros
8y ago
Wow! Nice article! I'm thrilled to know more about Kotlin's type system.
2.
▲
by
abukros
8y ago
I think the way is to write libraries for these use-cases. There is already a persistence lib for Kotlin Native called KNArch.db https://github.com/touchlab/knarch.db and it supports Android too. We are already using l
3.
▲
by
abukros
8y ago
Yes. That’s a problem for MP too. But maybe you can select a proper slice of the application that can work without these libs and implement that code as a shared MP lib.
4.
▲
by
abukros
9y ago
What do you guys think about how it compares to Rx? There are opinions about they are on a different abstraction level so they don't compete with each other.