- Mobile Test Automation with Appium
- Nishant Verma
- 175字
- 2021-07-02 20:34:35
Native app
A native app is an app developed for a particular mobile device or platform (such as Android, iOS, or Windows). For example, iPhone apps are written in Swift, and Android apps are written in Java. Native apps are also better performing and have a high degree of reliability as they use the underlying system architecture and the device's built-in features.
Native apps can run in both the online mode as well as the offline mode. Native App is tied to the mobile operating system it has been developed for, and hence can’t be run on any other operating system. This makes developing the native app costly as the same app has to be rewritten for another operating system. These apps are available to be downloaded on the mobile via the respective app store.
Here's an example of a native app. It's a news app bundled with iPhone and can be downloaded from the Apple App Store:

Another one is the popular Instagram app on Android phone, which is native:

- Puppet 4 Essentials(Second Edition)
- Design Principles for Process:driven Architectures Using Oracle BPM and SOA Suite 12c
- Java范例大全
- 劍指Offer(專項突破版):數據結構與算法名企面試題精講
- Learning Network Forensics
- Bootstrap 4:Responsive Web Design
- Apache Mahout Clustering Designs
- Azure Serverless Computing Cookbook
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- Oracle Database XE 11gR2 Jump Start Guide
- Joomla!Search Engine Optimization
- 例說FPGA:可直接用于工程項目的第一手經驗
- Python高性能編程(第2版)
- Access 2016數據庫應用與開發:實戰從入門到精通(視頻教學版)
- Node.js進階之路