What are the options for mobile app development?

Asked

Viewed 425 times

-4

I have an idea to develop a mobile app, to run on Android and IOS platforms.

I’ve never developed anything mobile, so I have no idea what the technology options are for developing.

I would like some suggestions.

  • search better. there are some topics like this around here and millions of content on the internet.

  • With a little research you can better understand the concepts of mobile development. So you can have a better idea of what you should do. Plus I advise you to test the performance of Native apps compared to Hybrid apps, this can also be targeted at the best choice.

1 answer

6

First ask yourself, what do I know! From there we go to some options

Native Developing apps natively, technically it’s a great practice, but with a time-consuming learning curve.

  1. IOS - Using Swift or Objective-C
  2. Android - Using Java

Hybrid (Webview) Way to develop apps using HTML, CSS and Javascript. Low learning curve, besides being well developed, the app becomes cool.

Some Frameworks:

  1. IONIC
  2. FRAMEWORK7
  3. FAMO.US

among others.

Cross-Platform Basically following the same context as above, but instead of being a Webview, it generates native apps. Many use Javascript for this purpose. Others generate intermediate code. Others still use an intermediate code C to compile for platform native.

Examples:

  1. Reactnative
  2. Nativescript
  3. Weex
  4. Xamarin
  5. Totalcross
  6. Code Name One
  7. Gluon

Knowing all this, it’s up to you to decide which fits best at this point.

Hugs

  • Cool, thanks.

  • @Pedrofilipe If you have helped, mark the answer as solved. Hugs

  • I suggested some other Cross tools I know, both from the one I develop and from competitors.

  • 1

    @Jeffersonquesado I accepted, thanks!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.