I have no idea if there is something like that, but I know there are a lot of different tools to create an android app (Android studio with Jetpack compose, React Native or Flutter).

  • Pierre-Yves Lapersonne@programming.dev
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    5 hours ago

    Anticipate technical debt and follow what Google recommends. In few words, use Kotlin and Compose.

    However you should really have a look on Google guidelines. In more worlds:

    • by default Kotlin and Compose
    • if some logic to share between other projects in other environments: Kotlin Multi Platform (KMP)
    • if shared UI: Flutter (but Google reduced Flutter teams and KMP is being better and better, so we can suppose Flutter will join the Google Graveyard