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
wwalkingg
02/25/2025, 8:59 AM
In my case.
database: Room or SQLDelight
ui: Compose
c
coderlady
02/25/2025, 11:28 AM
ok thank you @wwalkingg
coderlady
02/25/2025, 2:51 PM
any good course/turorial on modern android app development to advise me?