Cargando…

Appcelerator Titanium Application Development by Example Beginner's Guide.

Appcelerator Titanium Application Development by Example Beginner's Guide is an example-driven tour of the language that guides you through all the stages of app design. The style is relaxed and friendly whilst remaining concise and structured. If you are new to this technology or curious about...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Cope, Darren
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Packt Publishing, 2013.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Table of Contents; Appcelerator Titanium Application Development by Example Beginner's Guide; Appcelerator Titanium Application Development by Example Beginner's Guide; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Time for action
  • heading; What just happened?; Pop quiz
  • heading; Have a go hero
  • heading; Reader feedback; Customer support; Downloading the example code.
  • ErrataPiracy; Questions; 1. How to Get Up and Running with Titanium; System requirements and restrictions; Installing Titanium; Time for action
  • installing Titanium Studio; What just happened?; Setting up Titanium Studio; Time for action
  • setting up Titanium Studio; What just happened?; Installing the Android SDK; Time for action
  • configuring the Android SDK; What just happened?; Installing the iOS SDK; Time for action
  • configuring the iOS SDK; What just happened?; Installation problems
  • did something go wrong?; Your first cross-platform app.
  • Time for action
  • creating an app from a templateWhat just happened?; Time for action
  • running an app in the emulator; What just happened?; Did the app fail to run?; A review of the first app; tiapp.xml; tiapp XML structure explained; Other files in the base directory; The Resources directory; app.js; KS_nav_ui.png and KS_nav_views.png; The Android and iPhone directories; Pop quiz
  • Titanium installation and configuration; Summary; 2. How to Make an Interface; What's in the toolkit?; A recap; Window; Tab group and tabs; Creating a tab group; Creating a tab; Labels; Views.
  • Time for action
  • adding a view to a windowWhat just happened?; Time for action
  • adding a button to a view; What just happened?; Time for action
  • making something happen when the button is pressed; What just happened?; Adding a settings screen
  • a TableView masterclass; Time for action
  • adding a new window; What just happened?; Time for action
  • adding a styled TableViewRow object; What just happened?; Platform-specific tools; Adding an Android menu; Time for action
  • adding an Android menu; What just happened?; Time for action
  • running the Android menu changes on iOS; What just happened?
  • Why did this fail?Isolating platform-specific code; Time for action
  • add an iOS fix for the Android menu; What just happened?; Capturing debug messages; Coding iOS specific elements; Time for action
  • adding an info button to the navigation bar; What just happened?; Summary; 3. How to Design Titanium Apps; JSON; Extending your app over multiple files; Titanium.include; Time for action
  • creating an activity indicator; What just happened?; Require; Require
  • loading a marketplace module; Time for action
  • adding an Appcelerator marketplace module; Have a go hero
  • enhancing the paint app.
  • Require
  • promoting commonJS compliant code.