I was given a my college final year project to build a food mobile application which language is best for it? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

I was given a my college final year project to build a food mobile application which language is best for it?

mobile apps, programming

11th Jun 2017, 9:40 PM
LeoKing
LeoKing - avatar
9 Answers
+ 3
if you want to run on android is java(or c++ but not worth it because is more advance) ), if you want on apple product you use swift (its a type of c/object c/c++) . or if you want on almost all phones* html/css/js if you use cordova/ phonegap ( https://cordova.apache.org or https://phonegap.com/) this last 2 cordova/phonegap can work on almost all phones for exemple cordova woks on android/ios/windows/blackberry/ubuntu/firefox/lgwebos/fireos) , lastly if you want it for windows phone you use c# (https://developer.microsoft.com/ and download visual studio ,the free one will be ok)
11th Jun 2017, 10:04 PM
soulbog
soulbog - avatar
+ 3
If you're going to make an application, Swift would probably be the best for an Apple product. If it's for Android, Java would probably be the most common, although I am pretty sure that Swift would be easier.
11th Jun 2017, 9:53 PM
( ͡° ͜ʖ ͡°)
( ͡° ͜ʖ ͡°) - avatar
+ 3
I wanted to use Cordova + php
11th Jun 2017, 9:55 PM
LeoKing
LeoKing - avatar
+ 2
I don't know swift,
11th Jun 2017, 9:59 PM
LeoKing
LeoKing - avatar
+ 2
what of the server side language for exchange of data?
11th Jun 2017, 10:03 PM
LeoKing
LeoKing - avatar
+ 2
for server side language you can use Perl, PHP, Python, Ruby, JavaScript (Node), Scala, Java, Go, ASP.NET,c/c++, or ColdFusion (and so on ) but that if you build your own server app and it exchange date with the application you build for the phone , and for exchange you can use post/get (html) or simply tcp/udp (network programming basics)
11th Jun 2017, 10:16 PM
soulbog
soulbog - avatar
+ 2
u talking about an API?
11th Jun 2017, 10:17 PM
LeoKing
LeoKing - avatar
+ 1
I was recommending the most common languages that applications are written in. You can use what works for you.
11th Jun 2017, 9:57 PM
( ͡° ͜ʖ ͡°)
( ͡° ͜ʖ ͡°) - avatar
+ 1
i am still confused abit
11th Jun 2017, 9:58 PM
LeoKing
LeoKing - avatar