- Learning Ionic
- Arvind Ravulavaru
- 140字
- 2021-07-16 13:40:55
The platform guide
By the end of this book, we will be building apps that are ready to be deployed on to the device. Since Cordova takes HTML, CSS, and JS code as input and generates a platform-specific installer, you need to have the build environments available on your machine.
Note
Android users can follow the instructions on the Android Platform Guide at http://cordova.apache.org/docs/en/edge/guide_platforms_android_index.md.html#Android%20Platform%20Guide to set up SDK on your local machine.
iOS users can follow the instructions from the iOS Platform Guide at http://cordova.apache.org/docs/en/edge/guide_platforms_ios_index.md.html#iOS%20Platform%20Guide to set up SDK on your local machine.
You would need an OSX environment to develop iOS apps.
As of today, Ionic supports only Android 4.0+ (although, it works on 2.3 as well) and iOS 6+ mobile platforms. But Cordova supports a few more.
Note
You can check out the other supported platforms here: http://cordova.apache.org/docs/en/edge/guide_platforms_index.md.html#Platform%20Guides.
- OpenStack Cloud Computing Cookbook(Third Edition)
- 手機安全和可信應用開發指南:TrustZone與OP-TEE技術詳解
- JavaScript百煉成仙
- Visual FoxPro程序設計教程(第3版)
- 零基礎玩轉區塊鏈
- Vue.js入門與商城開發實戰
- Mastering Natural Language Processing with Python
- Android Native Development Kit Cookbook
- Visual Basic程序設計實驗指導(第二版)
- 自學Python:編程基礎、科學計算及數據分析(第2版)
- Python Machine Learning Cookbook
- 軟件測試技術
- Learning Alfresco Web Scripts
- 讓Python遇上Office:從編程入門到自動化辦公實踐
- Linux Networking Cookbook