macCesar / Data-Binding-Demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Binding Demo App

This Titanium App is a cross-platform mobile application for iOS and Android that was created using PurgeTSS.

Installation

First, make sure you have PurgeTSS installed globally on your machine:

> npm i -g purgetss

Then, download the App and run it on your device, or simulator.

Content

The first release of this App includes a Chats Demo with two views: one that shows a list of recent chats and another that provides a detailed view of a selected chat.

It will contain the following demos:

  • Chats ✅
  • Contacts
  • Rentals
  • Bank Transactions
  • Venues

Data Collections

It is using Backbone Collections to simulate Dynamic content, but can easily be udpated to use:

Or any other method to create Collections!

Chats Tab

iOS Tab: Chats 1

iOS Tab: Chats 2

About

License:Other


Languages

Language:CSS 81.8%Language:JavaScript 14.4%Language:Python 3.9%