Omar Juvera
Omar Juvera

Reputation: 12287

How to build a cross platform app

I want to build my very first app and "post" it on the apple/google App store...

The App

It's going to be something similar to UPS, with pickup-delivery requests, etc. 3 apps, one for the client, one for the workers and one for administration.

Client side

The worker side app

The administration can be a web or executable software.

Required

It may need more, but so far I identified these:

Where do I start and what will I need?

Upvotes: 0

Views: 527

Answers (3)

HendraWD
HendraWD

Reputation: 3043

If you want build a smooth and with rich device support, you need to use java for android and swift language for iOS. But if you need to build your application faster for multi mobile operating systems, i will recommend PhoneGap or Apache Cordova. You might be want to learn about Polymer for android too. Since it will support more of Android device functionalities.

Upvotes: 1

shreyash mashru
shreyash mashru

Reputation: 301

You can use Html, Css, Javascript for building apps also. I will recommend to use phonegap which is framework used for building cross platform apps..you can get current location operation on database. etc here is link you can find more details about it from here.

http://phonegap.com/

there are other platform also you can just search cross platform apps on google.

Upvotes: 1

Jacques Krause
Jacques Krause

Reputation: 5569

If you want to build good stable and advanced apps you need to learn their languages. Android Apps run on Java and IOS runs on Swift go google them both a lot of info on both

Upvotes: 4

Related Questions