0
lorentz
332d

I'd like to make an android Git client eventually. I tried React Native because I already know React and Isomorphic-git would have been a godsend, but the hello world example has a splash screen. Can you recommend an android dev toolkit with the following constraints?

1. Are accessible to a mobile dev newbie
2. Launch very quickly
3. Hopefully accommodate an existing mutable Git implementation

Comments
  • 0
    Yup, native Android SDK with Android Studio and Jetpack Compose. Mainly for sanity, but also for performance.
  • 0
    Flutter or Jetpack Compose. Both have a good official documentation and tutorials.

    Don't do anything related to Java or XML layouts (for views).
Add Comment