- 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.
- 工業機器人虛擬仿真實例教程:KUKA.Sim Pro(全彩版)
- Hands-On Graph Analytics with Neo4j
- 樂高機器人:WeDo編程與搭建指南
- 中文版Photoshop CS5數碼照片處理完全自學一本通
- Div+CSS 3.0網頁布局案例精粹
- 人工智能工程化:應用落地與中臺構建
- WordPress Theme Development Beginner's Guide(Third Edition)
- 大數據平臺異常檢測分析系統的若干關鍵技術研究
- 大數據技術與應用
- CompTIA Linux+ Certification Guide
- 精通數據科學算法
- R Machine Learning Projects
- 精通LabVIEW程序設計
- 會聲會影X4中文版從入門到精通
- 機器學習案例分析(基于Python語言)