- Appcelerator Titanium Smartphone App Development Cookbook(Second Edition)
- Jason Kneen
- 171字
- 2021-07-30 10:09:35
Introduction
As you are a Titanium developer, fully understanding the methods available for you to read, parse, and save data is fundamental to the success of the apps you'll build. Titanium provides you with all the tools you need to make everything from simple XML or JSON calls over HTTP, to the implementation of local relational SQL databases.
In this chapter, we'll cover not only the fundamental methods of implementing remote data access over HTTP, but also how to store and present that data effectively using TableViews, TableRows, and other customized user interfaces.
Prerequisites
You should have a basic understanding of both the XML and JSON data formats, which are widely used and standardized methods of transporting data across the Web. Additionally, you should understand what Structured Query Language (SQL) is and how to create basic SQL statements such as Create
, Select
, Delete
, and Insert
. There is a great beginners' introduction to SQL at http://sqlzoo.net if you need to refer to tutorials on how to run common types of database queries.
- 我的J2EE成功之路
- 輕松學(xué)C#
- 蕩胸生層云:C語(yǔ)言開(kāi)發(fā)修行實(shí)錄
- 實(shí)時(shí)流計(jì)算系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn)
- 基于LPC3250的嵌入式Linux系統(tǒng)開(kāi)發(fā)
- Visual FoxPro 6.0數(shù)據(jù)庫(kù)與程序設(shè)計(jì)
- 電腦上網(wǎng)直通車
- 21天學(xué)通Visual Basic
- 變頻器、軟啟動(dòng)器及PLC實(shí)用技術(shù)260問(wèn)
- Implementing AWS:Design,Build,and Manage your Infrastructure
- OpenStack Cloud Computing Cookbook
- Docker on Amazon Web Services
- Godot Engine Game Development Projects
- 自動(dòng)化生產(chǎn)線安裝與調(diào)試(三菱FX系列)(第二版)
- 玩機(jī)器人 學(xué)單片機(jī)