- RubyMotion iOS Develoment Essentials
- Abhishek Nalwaya Akshat Paul
- 133字
- 2021-08-13 16:43:53
Pop quiz
Q.1. How can we distinguish between the iOS application created by RubyMotion and the iOS application created by Objective-C?
- You can distinguish based on the user experience of the application.
- You can distinguish based on the performance of the application.
- You can't distinguish based on the user experience and performance of the application.
Solution: If your answer was option 3, you were right. We can't distinguish between applications created by RubyMotion or Objective-C as the user experience and performance are similar.
Q.2. How can we extend RubyMotion?
- We can use Objective-C libraries.
- We can use all Ruby gems.
- We can use RubyMotion-flavored gems.
- We can't use any other libraries.
Solution: If your answer was option 1 and 3, you were right. Yes, we can use Objective-C libraries and also RubyMotion-flavored gems.
推薦閱讀
- Getting Started with Citrix XenApp? 7.6
- Modular Programming with Python
- 新一代通用視頻編碼H.266/VVC:原理、標準與實現(xiàn)
- Xcode 7 Essentials(Second Edition)
- Practical Windows Forensics
- 機械工程師Python編程:入門、實戰(zhàn)與進階
- Java加密與解密的藝術(shù)
- Full-Stack React Projects
- Java:High-Performance Apps with Java 9
- NoSQL數(shù)據(jù)庫原理
- Mobile Device Exploitation Cookbook
- Spring技術(shù)內(nèi)幕:深入解析Spring架構(gòu)與設(shè)計原理(第2版)
- C語言程序設(shè)計實訓(xùn)教程與水平考試指導(dǎo)
- IoT Projects with Bluetooth Low Energy
- AI自動化測試:技術(shù)原理、平臺搭建與工程實踐