- 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.
推薦閱讀
- Android項目開發入門教程
- Mastering ServiceStack
- Game Programming Using Qt Beginner's Guide
- PHP程序設計(慕課版)
- Building a Quadcopter with Arduino
- Mathematica Data Analysis
- Linux C編程:一站式學習
- Julia for Data Science
- Visual FoxPro 6.0程序設計
- Fastdata Processing with Spark
- C語言程序設計
- Java高并發編程詳解:深入理解并發核心庫
- Web前端測試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實踐
- HTML5 WebSocket權威指南
- KnockoutJS Blueprints