Multiplatform mobile development [closed]

1

I'm a Java programmer and need to start in mobile development (Android / IOS / Windows Phone) and I'd like to know the best way.

I've been reading about frameworks that you develop in Javascript / HTML and it converts / builds the app to the chosen OS. Ex: Phonegap.

I also saw some online construction services. Ex: Appery.io.

Is there any other framework for mobile development?

Note: I do not want to have to develop the same app on the various platforms (Java for Android, Objective-C for IOS, etc.)

    
asked by anonymous 13.08.2015 / 19:50

1 answer

6

NilsonUehara ,

There are several options for multiplatform mobile development:

You can use it for development on these platforms:

  • HTML
  • Angular
  • CSS
  • Jquery
  • JavaScript
  • NodeJS

We also have Xamarin where the development is done in C # and the creation of the screens can be done through Xamarin.Forms

However it is necessary to analyze some points before starting to develop a hybrid app like performance, advantages and disadvantages:

Here in SOpt we have a answer from @array about this issue.

    
13.08.2015 / 20:21