05 September 2017

JavaScript Mobile Apps: Yes, There’s a Framework for That


crossplatform-javascript

If you want to start making mobile apps, there are three main languages to choose between: Java for Android apps, Swift for iOS apps, or JavaScript for cross-platform apps. But wait, isn’t JavaScript for web development? Yes, it started off that way, but has evolved quite a bit over the last decade. You can now create a web app in JavaScript and bundle it with a browser engine that acts like a mobile app. These are called “hybrid” apps. More recently, some JavaScript frameworks can take JavaScript code, compile to a mobile platform’s inherent language, and run as a true...

Read the full article: JavaScript Mobile Apps: Yes, There’s a Framework for That


No comments:

Post a Comment