Hi, I am wondering what is the stack to learn/ use...
# getting-started
c
Hi, I am wondering what is the stack to learn/ use to build a fullstack android app : database to choose, backend and local database? I see that kotlin+ktor are the way to go, what about others: like db and ui ?
w
In my case. database: Room or SQLDelight ui: Compose
c
ok thank you @wwalkingg
any good course/turorial on modern android app development to advise me?
s
The official Android documentation is great and up to date https://developer.android.com/develop#core-areas
c
yeah i see thank you