- RubyMotion iOS Develoment Essentials
- Abhishek Nalwaya Akshat Paul
- 225字
- 2021-08-13 16:43:52
Chapter 1. Getting Ready for RubyMotion
"You will never win if you never begin."
–Helen Rowland
Welcome to RubyMotion iOS development essentials. The goal of this book is to quickly acquaint you with RubyMotion and start building applications for your favorite iOS device. Ever since the introduction of the first iPhone, followed by the iPad, iOS devices have become very popular because of the way they have revolutionized how people work, and thereby have begun an era of increased productivity. The success behind the phenomenal growth of these devices lies in the applications bundled with them, which increases their functionality exponentially.
We will learn how to develop iOS applications with RubyMotion by building sample applications from scratch. We will try to have something tangible with a running code by the end of every chapter so that you can see a clear progression from chapter to chapter. Though RubyMotion and iOS Cocoa APIs are vast, and part of a fast-moving framework, we'll focus on the smaller, more stable set of core RubyMotion techniques that have crystallized after its release. This means that the knowledge you gain here will not become obsolete quickly. This book is written keeping the Zero-to-Deployment approach in mind.
In this chapter we will learn:
- Various ways to create iOS applications
- How RubyMotion is different from other frameworks
- RubyMotion installation
- Learning Single:page Web Application Development
- Vue.js 3.x快速入門
- Java程序設計與開發
- BeagleBone Media Center
- Python算法詳解
- Procedural Content Generation for C++ Game Development
- HTML5權威指南
- uni-app跨平臺開發與應用從入門到實踐
- Building Slack Bots
- JQuery風暴:完美用戶體驗
- 深入理解Kafka:核心設計與實踐原理
- C#程序開發參考手冊
- Switching to Angular 2
- Python數據分析與挖掘實戰(第2版)
- Netty 4核心原理與手寫RPC框架實戰