2

For an app, to be available in IOS and Android, i need to code it in both languages (Swift and Java)? or there is another way to do it?

Comments
  • 3
    Xamarin is possible for cross-platform. Although you still need separate front-ends
  • 2
    if you really want one codebase you should have a look at ionic (2) or nativescript. the logic of the APP is written in JS and the frontend in HTML or XML
  • 3
    xamarian plus c sharp done
  • 1
    I do it using Adobe AIR
  • 1
    React native (JavaScript) is Android + OSX and Windows coming soon.
  • 1
    Have a look at Apache Cordova
  • 1
    Appcelerator Titanium is where it's at. That's what devRant is developed on.
Add Comment