2
scar
4y

Guys, it's first time to post here, i just tired and so lost😟
I want make an apps for mobiles and idk what should be use.
Xamrine, java, kotlin, react, dart, flutter.
Idk there are a lot of Options.

Comments
  • 4
    start by gauging how much knowledge you currently have and with what tools. Do you want to develop natively? or use a hybrid approach, do you want to use shit?(xamarin) or anything else?
    How you want to build the apl would greatly impact. Also, do you by any chance own a mac?
  • 5
    Dive in on one, there's no right answer here.

    Also, welcome to devRant.
  • 1
    Gonna narrow it down for you: Flutter, Kotlin or React.

    If you want native Android only app, use Kotlin.

    If you want cross platform (also web and ios), use React. Note that there are some limitations on native mobile.

    If you want all if that, and you're ok with somewhat new platform, use Flutter.
  • 1
    @WildOrangutan and if you want decent performance, use Flutter or native
  • 0
    If you are like me, use js to make it a WebAPK
  • 0
    @melezorus34 using JavaScript
    But how?
  • 1
    By adding manifest.json to your html. Google Developers have a great article and example for it.
  • 0
    @scar React Native, NativeScript and Quasar are basically making mobile apps with JS, too. If you're wont to do PWA's just use JS. Else, I would probs go with Flutter.
  • 0
    Thanks guy's for helping 😋🤗
Add Comment