- 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.
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- Python 3.7網絡爬蟲快速入門
- Redis Applied Design Patterns
- 深入淺出Electron:原理、工程與實踐
- 數據結構簡明教程(第2版)微課版
- Git高手之路
- Silverlight魔幻銀燈
- The DevOps 2.4 Toolkit
- ASP.NET 3.5程序設計與項目實踐
- Linux命令行與shell腳本編程大全(第4版)
- WebRTC技術詳解:從0到1構建多人視頻會議系統
- PySide 6/PyQt 6快速開發與實戰
- 輕松上手2D游戲開發:Unity入門
- 代替VBA!用Python輕松實現Excel編程
- 微課學人工智能Python編程