Appcelerator Titanium TableView with Custom Data and Search

Appcelerator Titanium
Appcelerator Titanium's TableView supports search by setting searchBar value to Ti.UI.searchBar . So, when we use this searchBar view it will automatically filter row which is having title with search content existing in that row title. For example our data is like this var data = [ {title:"Title" //this will search automatically }, {title:"Title" //this will search automatically }, : ]; or var row= Ti.UI.createTableViewRow({ title:"HERE TITLE" //It will search automatically });...
More

Chennai Appcelerator Titanium Event

Hello Friends, We are coming back with another Appcelerator Titanium event in Chennai. This time we are coming with "Cross Platform Mobile Strategy". Hopeful this event is very helpful for all mobile developers,  web developers and Appcelerator Titanium Developers. We have two speakers 1. Kevin Whinnery, Chief Technical Evangelist from Appcelerator. 2. Sivakumar Veerappan, CEO from Anubavam. Agenda: (18 July 2012) 6:00 P.M: Registration and Networking 6:30 P.M: Introductions to availabl...
More

Titanium ACS API in PhoneGap

Appcelerator Titanium is Cross platform application development framework. Currently Appcelerator providing free cloud service for Now. There are two plans Tier 1 and Tier 2. Both are currently having limitations. But good for starting new applications. No need to write server side code, like basic things create users, like, chat and so on there by default. And Titanium Mobile SDK 2.0+ having cloud module. Using that we can create users, events, check-ins and so on. This ACS service is not only ...
More