+ 10
Which programming language is best for creating hybrid mobile apps?
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
+ 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/ ]
+ 3
anyone who have some experience?