Hello, I'm new here.. Is there any tutorial or vid...
# android
i
Hello, I'm new here.. Is there any tutorial or video course on how to structure the Kotlin app - I mean how to build hierarchy of Kotlin app .. MVC ? MVVC ? I'm working on building app which read from Oracle DB, the main job for the app is to send a maintenance requests .. any help, ideas would be appreciated ..
v
You can follow the architecture guidelines written here: https://developer.android.com/topic/architecture To answer your questions… Google pushes MVVM via ViewModels (lifecycles library https://developer.android.com/topic/libraries/architecture/lifecycle) due to it being bound to application lifecycle (app/activity/fragment) I don’t know Oracle DB in particular but you might find this helpful: https://www.oracle.com/database/technologies/related/mobile-server.html If you have any particular (follow-up) questions let us know 😉
👍 2
🙌 1