舉報

會員
RubyMotion iOS Develoment Essentials
最新章節:
Index
Thisisastep-by-stepbookthatbuildsonyourknowledgebyaddingtoanexampleappoverthecourseofeachchapter.Eachtopicusesexamplecodethatcanbecompiledandtestedtoshowhowthingsworkpracticallyinsteadofjusttellingyouthetheory.Complicatedtasksarebrokendownintoeasytofollowstepswithclearexplanationsofwhateachlineofcodeisdoing.WhetheryouareanovicetoiOSdevelopmentorlookingforasimpleralternativetoObjective-C;withRubyMotioniOSDevelopmentEssentials,youwillbecomeaproatwritinggreatiOSapps
目錄(75章)
倒序
- 封面
- 版權信息
- Credits
- About the Authors
- Acknowledgement
- About the Reviewers
- www.PacktPub.com
- Preface
- Chapter 1. Getting Ready for RubyMotion
- How can I develop an iOS application?
- What is RubyMotion?
- Why RubyMotion?
- Pop quiz
- RubyMotion installation – furnish your environment
- FAQs
- Summary
- Chapter 2. Instant Gratification – Your First Application
- Your first application
- Folder structure
- Some more goodies
- Exploring the command line
- REPL – the interactive console
- Debugger – catch your mistakes!
- Summary
- Chapter 3. Evolution – From Objective-C to RubyMotion
- Ruby and Objective-C – a partnership
- Interfacing with C and Objective-C
- Memory management
- Summary
- Chapter 4. Mastering MVC Paradigm
- Model-View-Controller (MVC)
- The restaurant application
- Connecting to an external API
- Search restaurant by city
- Picture speaks louder than words
- Play time
- Summary
- Chapter 5. User Interface – Cosmetics for Your App
- Bars
- Basic UI elements
- Hands-on – add a Restro Application
- Summary
- Chapter 6. Device Capability – Power Unleashed
- Camera – smile please!
- Location Manager – directions for apps
- Gestures – non-verbal communication
- Core Data – manage your data
- Address Book – manage your contacts
- Do it yourself
- Summary
- Chapter 7. Interface Builder and WebView – More Goodies!
- Interface Builder
- UIWebView – embed web content
- Summary
- Chapter 8. Testing – Let's Fail Gracefully
- Unit testing
- Functional testing
- Device events
- Summary
- Chapter 9. Creating a Game
- Cocos2D
- Let's create a game – Whac-A-Mole
- Summary
- Chapter 10. Getting Ready for the App Store
- Generating certificates
- Provisioning profile
- Setting up the RubyMotion project
- Creating bundles for submission
- Summary
- Chapter 11. Extending RubyMotion
- RubyMotion gems
- CocoaPods – managing Objective-C libraries
- Summary
- What next?
- Index 更新時間:2021-08-13 16:44:07
推薦閱讀
- WildFly:New Features
- Mobile Application Development:JavaScript Frameworks
- 算法精粹:經典計算機科學問題的Java實現
- 鋒利的SQL(第2版)
- Python機器學習編程與實戰
- 精通Python自然語言處理
- JavaScript 程序設計案例教程
- Learning Raspbian
- Getting Started with Hazelcast(Second Edition)
- Unity 2017 Mobile Game Development
- Python深度學習原理、算法與案例
- 大話Java:程序設計從入門到精通
- Hands-On Full Stack Development with Spring Boot 2.0 and React
- UML基礎與Rose建模實用教程(第三版)
- JavaScript Concurrency
- 菜鳥成長之路
- Game Programming using Qt 5 Beginner's Guide
- Java面向對象程序設計(第3版)
- Python3網絡爬蟲寶典
- Selenium自動化測試完全指南:基于Python
- Mastering PostCSS for Web Design
- Python Web Scraping(Second Edition)
- AWS Administration:The Definitive Guide
- 機械制圖與計算機繪圖(通用)(第2版)
- PostgreSQL Development Essentials
- Programming the BeagleBone
- Mastering AngularJS Directives
- React+Redux前端開發實戰
- Boost.Asio C++ Network Programming
- Python編程從小白到大牛