Which programming language is best for creating hybrid mobile apps? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

Which programming language is best for creating hybrid mobile apps?

4th Jul 2017, 7:10 PM
CODE SAILOR
CODE SAILOR - avatar
3 Answers
+ 11
there are many programs used to write hybrid apps but go through the following threads for more on this also search on Q& A if the underlisted does not give you want you want. https://www.sololearn.com/discuss/383431/?ref=app https://www.sololearn.com/discuss/399593/?ref=app https://www.sololearn.com/discuss/406771/?ref=app https://www.sololearn.com/discuss/404632/?ref=app
4th Jul 2017, 7:40 PM
Awele Omeligwe
Awele Omeligwe - avatar
+ 8
Well, pretty much the same programming languages that you'd normally use for a native app or a web app. Because Hybrid apps are part native and part web, so, like Native apps they use iOS: Swift/Objective-C and Android: Kotlin/Java. And like Web apps, they rely on HTML being rendered in a browser, this browser is embedded within the app. Android has a WebView component that is basically a browser and iOS does too. Other tools like PhoneGap and Cordova Apache have their own WebView components and to use them you have to be familiar with each native programming environment. [ See reference for Cordova WebViews: https://cordova.apache.org/docs/en/latest/guide/hybrid/webviews/ ]
27th Jul 2017, 12:16 AM
Pao
Pao - avatar
+ 3
anyone who have some experience?
24th Jul 2017, 10:33 PM
CODE SAILOR
CODE SAILOR - avatar