Get $500+ of the best After Effects files, video templates and music for only $20!
Titanium Mobile: Database Driven Tables with SQLite

Titanium Mobile: Database Driven Tables with SQLite

This entry is part 1 of 3 in the series Titanium Mobile: Database Driven Tables with SQLite

This tutorial will introduce you to SQLite and database-driven development with Titanium Mobile. Specifically, you will learn to build an application for managing products with a database instead of just the file system.

Titanium Mobile: Database Driven Tables with SQLite – Part 2

Titanium Mobile: Database Driven Tables with SQLite – Part 2

This entry is part 2 of 3 in the series Titanium Mobile: Database Driven Tables with SQLite

Welcome to the second part in our series on database driven Titanium Mobile development. In this tutorial, we will be inserting values int a local SQLite database and reading and writing data to a remote MySQL database. This tutorial will have a lot of code, but I’ve tried to be as thorough as possible without boring anyone. Bring your questions to the comments sections!

Titanium Mobile: Database Driven Tables with SQLite – Part 3

Titanium Mobile: Database Driven Tables with SQLite – Part 3

This entry is part 3 of 3 in the series Titanium Mobile: Database Driven Tables with SQLite

Welcome to the third part in our series on database driven Titanium Mobile development. This tutorial will continue to build on the principles introduced in earlier posts, but we will be altering our app design in one very significant way. Instead of using a TableView object to display a custom interface, we are going to switch to using a WebView object.