gustavkarlsson / track

Simple on-device event tracking for Android
MIT License
23 stars 3 forks source link

Interested in Mobile Multiplatform? #10

Open StefMa opened 4 years ago

StefMa commented 4 years ago

I just went to the source code and found out that this library could be a perfect candidate to use/try out Kotlin Mobile Multiplatform. The entry point is just an interface which can be part of the common target. Meanwhile the whole sqlite stuff can be part of the concrete ios and android target. Since both platforms support sqlite by default there are literally no limitations to create a Mobile Multiplatform library out of it.

What do you think about?

gustavkarlsson commented 4 years ago

Definitely an interesting idea. I've had other people point it out too 😄

Could be a good hackathon project