Hi, A few years a go i developed a game(currently ...
# getting-started
j
Hi, A few years a go i developed a game(currently still active with 1M+ downloads) on Android in java. After that project we moved on the Unity.. I want to get back into native Android but a lot has changed. Where do you guys recommend to start with? Im creating a simple test app to learn Kotlin and all the new patterns. But is MVP still a thing or should i go with MVVP and live data?
r
You may be better off asking in #android or #gamedev. Not everyone in here does android development.
a
I would say mvp is not a things and definitely go for mvvm
Which is basically what Google endorses as stable modern app development pattern
Use coroutines with kotlin, I feel rxjava is not required for a kotlin project since coroutines are stable
j
Thanks! Let's get started!