Home > Article > Web Front-end > Recommend 15 excellent cross-platform mobile development tools
Cross-platform mobile development refers to mobile applications developed in a specific way that can be used on multiple mobile platforms, iOS, Android and Windows Phone. It has become very easy to build mobile web applications using existing high-quality mobile frameworks, and this article contains 15 of the best cross-platform mobile development tools. Related articles you may be interested in
Useful
Special effects10 very practical effects in Web development [Source code download]
12 Classic White, Rich and Beautiful jQuery
Pictureications API
. It lets you build cross platform apps and send programmable push notifications to iOS and Android devices. Send push notifications to iOS and Android devices through one unified Push Notifications API for Google Cloud Messaging (GCM), Firebase Cloud Messaging (FCM), and Apple Push Notification Service (APNs). It's free, and you can sign up with your GitHub or Google account.2. RhoMobile
y building native apps. RhoStudio all
ows for development, debugging and testing of cross-platform enterprise apps with single tool simplicity. For access to built-in APIs for bar code scanning and RFID, support for the widest range of operating systems and more, developers can count on the value-added functionality of RhoElements.3. Weex
s, UI components, its own DevTools and CLI that is designed towards mobile environment and to speed up development.
4. NativeScript
ectly in NativeScript projects, plus hundreds of NativeScript specific plugins on npm.
CloudRail is an API library for Android, Java, and iOS that lets you integrate multiple services with just one API. It’s completely free for both personal and commercial projects. CloudRail is behind integrations in apps used by millions of people every day. Join CloudRail and take your API integrations to the next level.
The Kony Mobility Platform is an open and standards-based, integrated platform for mobile app development and beyond. It supports the entire application software development lifecycle (SDLC) and empowers enterprises to quickly design, build, deploy, and manage multi-edge app experiences. Kony Mobility Platform provides automatic coding features, app preview facility, API connections and many more features.
Rikulo UI is a Dart framework for creating cross-platform web and native mobile applications with HTML5. It uses a structured UI model and offers a responsive UX across desktop & touch devices.
Phonegap allows you to create hybrid apps using popular web technologies (HTML5, CSS3 and JavaScript), it allows you using in-app, integrated payments via the App Store for iOS, the Google Play Store for Android and more.
TruckJS is an open-source mobile app framework. It provides layouts, widgets, touch gestures, data filtering, data binding, and more, all with clean code. Truck has two kinds of templates, markup in the DOM, or markup in a script tag. You can use custom variables that make sense for the data you’re using. You can define helpers and templates can include JavaScript.
Truck supports ES6 Promises. If the browser supports these, no problem. Otherwise Truck uses a polyfill. Promises provide an elegant way to avoid nested tower of doom callback structures. Truck’s Fetch API uses promises by default.
Truck uses themes to create the look and feel of Android, iOS and Windows Phone. You create your app with one markup and one JavaScript. To support a platform is just a matter of providing the appropriate theme. Themes make your apps look great with little effort.
Xamarin apps leverage platform-specific hardware acceleration, and are compiled for native performance. This can’t be achieved with solutions that interpret code at runtime.
Xamarin apps have access to the full spectrum of functionality exposed by the underlying platform and device, including platform-specific capabilities like iBeacons and Android Fragments.
Tabris.js is a mobile framework that makes it simple to create native apps for iOS and Android in JavaScript. It doesn’t use WebViews for rendering UI, and instead creates native widgets on the mobile platform via a JavaScript-to-native bridge. This also enables the quick develop / deploy cycle that you know from web development.
Fabric, from Twitter, is an easy way to build mobile apps. It’s cross-platform compatible and modular, with SDKs organized into “kits” to make dev easier. With Fabric, you’ll have a single, dedicated developer account with complete access to best-in-class mobile SDKs. Simply add a few lines of code and start coding your app right away.
Monocross is an open source cross-platform mobile framework using C# .NET and the Mono framework. Monocross lets you create beautiful applications on iPads, iPhones, Android devices, Windows Phone 7, and Webkit enabled phones.
MonoCross currently supports native output for iPhone/iPad/iPod touch, Android, Windows Mobile, Windows Phone 7, and Windows XP/Vista/7. MonoCross also offers web/hybrid app support for Android, BlackBerry, iPhone/iPad/iPod touch, Symbian, and Web OS via HTML 5.0, CSS, and JavaScript. The Windows desktop-optimized browser uses Web based support and basic HTML/WAP for feature phone support.
Sencha Touch is the leading MVC-based JavaScript framework for building cross-platform mobile web applications. Sencha Touch leverages hardware acceleration techniques to provide high-performance UI components for mobile devices.
With over 50 built-in UI components and native looking themes for all major mobile platforms, Sencha Touch provides everything you need to create impressive apps that work on iOS, Android, BlackBerry, Windows Phone, and more
The framework includes a robust data package that can consume data from any backend data source. An advanced charting package allows you to visualize data on mobile devices. Out-of-the-box, native-looking themes for every major platform enable you to make web and hybrid applications match the look and feel of your target platforms.
Apache Cordova is a set of device APIs that let you build native mobile apps using HTML, CSS, and JavaScript. Just combine it with a UI framework to create your apps. Cordova wraps your HTML/JavaScript app into a native container which can access the device functions of several platforms. These functions are exposed via a unified JavaScript API, allowing you to easily write one set of code to target nearly every phone or tablet on the market today and publish to their app stores.
The above is the detailed content of Recommend 15 excellent cross-platform mobile development tools. For more information, please follow other related articles on the PHP Chinese website!