In this series we will create the Sencha Touch 2 version of the Notes Application, an application that allows its users to take notes and store them on the device running the app. Along the way, we will dive into the following areas:
- The building blocks of a Sencha Touch application.
- How to implement navigation in an application with multiple views.
- How to edit data using Sencha Touch form elements.
- How to render information using lists views.
- How Sencha Touch stores data with HTML5 local storage.

In the first part of the series, we are going to define the features of the application, its look and feel, and we will start building its main screen.
The Features Of The Notes App
We want our app to its give users the following abilities:
- Create notes.
- Edit existing notes.
- Delete notes.
- Render a list of the notes currently saved on the device.
- Persist notes on the device running the application, across browser sessions.

























