btw, project I work on has very interesting code p...
# android
a
btw, project I work on has very interesting code packaging, probably others will find it convenient too:
Copy code
.app.mvvm
  Main.kt
    interface View
    class ViewModel
    class ViewImpl
    Activity (can be Fragment/Android View/etc)

  Settings.kt
  Splash.kt