Get $500+ of the best After Effects files, video templates and music for only $20!

Browsing Tag

Titanium Mobile

Titanium User Authentication: Part 3

Titanium User Authentication: Part 3

This entry is part 3 of 3 in the series Titanium User Authentication

Welcome to part three of user authentication using Titanium. Titanium is an open source cross-compiler that allows you to write iPhone and Android (soon to be blackberry too!) applications using Javascript. We will be using PHP as the server side code language, and my database will be MySQL. For this example, I am using MAMP to develop locally. In part three, we will cover adding a new window and passing our database results to it when a user logs in using custom events. This new window will represent your “Logged In” interface. If you haven’t already read it, I highly recommend you start with part one.

Titanium User Authentication: Part 2

Titanium User Authentication: Part 2

This entry is part 2 of 3 in the series Titanium User Authentication

Welcome to part 2 of our 3 part series on user authentication with Titanium Mobile. Titanium is an open source cross compiler that allows you to write iPhone and Android (soon to be blackberry too!) applications using Javascript. No Objective-C required! We will be using PHP as the server side code and my database will be MySQL. For this example, I am using MAMP to develop locally. I strongly recommend that you go through the first part of this series before continuing if you haven’t already. However, you can alternatively download the source from part 1, create the database table, and setup the PHP database connections on your own before skipping to this tutorial if you would like.

Titanium User Authentication: Part 1

Titanium User Authentication: Part 1

This entry is part 1 of 3 in the series Titanium User Authentication

Welcome to part 1 of 3 in my little series on authenticating users with Titanium. Titanium is an open source cross compiler that allows you to write iPhone and Android (soon to be blackberry too!) applications using Javascript. No Objective-C required! We will be using PHP as the server side language in this tutorial and my database will be MySQL.

Appcelerator SDK: Creating iPhone Transitions
basix

Appcelerator SDK: Creating iPhone Transitions

The iPhone SDK comes with a variety of native iPhone transitions that can be used in your iPhone applications. The Appcelerator API makes it even easier to implement those transitions in your iPhone application. During the course of this tutorial, you will learn how to implement various transitions and also learn a bit about how to use model view controllers. So, let’s begin!