leomanpotencial / Nested-list-demo

A demonstration of the NestedList view in Sencha Touch.

Home Page:http://sencha-nested-list.heroku.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This Git repository includes all of the source code used in creating a tutorial about the NestedList component in Sencha Touch.

The tutorial includes several checkpoints:

Using this repository to follow the screencast

First, you'll have to clone this repository:

git clone git://github.com/senchalearn/Nested-list-demo.git

Change into the directory:

cd Nested-list-demo

By default, the git clone command will only create the master branch locally. If you want to study the code at each checkpoint, you will have to fetch each of the other branches. You can do so by running the following:

git checkout -b 00_blank_slate origin/00_blank_slate
git checkout -b 01_setup_nested_list origin/01_setup_nested_list
git checkout -b 02_create_detail_card origin/02_create_detail_card
git checkout -b 03_add_metadata_to_listings origin/03_add_metadata_to_listings

You can review the list of local branches by running:

git branches

And you can switch between branches with the checkout command. For example, to check out the 03_add_metadata_to_listings branch, run:

git co 03_add_metadata_to_listings

Live demo

You can try out the demo here:

About

A demonstration of the NestedList view in Sencha Touch.

http://sencha-nested-list.heroku.com/