Blog Archives

Editing the Table View Row With TextArea

If you came to this post through Google or through other means, it would be best to download the code as shown in

Tagged with: ,
Posted in Titanium

Migrating Appcelerator Titanium 1.8 app to 2.0

In my Getting Started with Appcelerator Titanium post, I mentioned about an exception I am encountering when selecting the version 2.0 of Appcelerator Titanium. /build/iphone/Classes/NetworkModule.m:252:44: error: use of undeclared identifier ‘UIRemoteNotificationTypeNewsstandContentAvailability’ Apparently, this is being caused by an incompatible XCode

Posted in Javascript, Titanium

RubyMotion Would Scratch my Programming Itch

RubyMotion is making a lot of news in the technology scene lately and for good reason. It makes developing IOS apps extremely easy. I use Appcelerator Titanium as my mobile development environment of choice, where my workflow is Edit the file

Tagged with: , ,
Posted in IPhone, Objective-C, Ruby, RubyMotion, Titanium

Create the Database API in Appcelerator Titanium

If you came to this post through Google or through other means, you can get the code for the previous post using the following git command. $ git clone git@github.com:HugeAim/titanium-list-app.git$ git checkout part5 In this series you learned how to

Posted in Javascript, Titanium

Using SQLite Database with Titanium Mobile

If you came to this post through Google or through other means, it would be best to download the code as shown in

Posted in Titanium

Add/Delete Items in the List with Titanium Mobile

In a previous posts, you learned about creating a simple list application. If you came to this post through Google or through other means, you can get the code for the previous post using the following git command. $ git

Tagged with: ,
Posted in Javascript, Titanium

Grouping the Table View in Titanium Mobile

groupedlist

In my previous posts, you learned how to create a simple list using the Table View component of Titanium. If you came to this post through Google or through other means, you can get the code for the previous post

Tagged with: , ,
Posted in appcelerator, Javascript, Mobile Development, Titanium