Sencha Touch Tutorial
Sencha Touch Useful Resources
Selected Reading
- Sencha Touch - Best Practice
- Sencha Touch - Packaging
- Sencha Touch - View Components
- Sencha Touch - Upload & Download
- Sencha Touch - History & Support
- Sencha Touch - Layout
- Sencha Touch - Events
- Environment Detection
- Sencha Touch - Dependencies
- Sencha Touch - Device Profile
- Sencha Touch - Theme
- Sencha Touch - Data
- Sencha Touch - Core Concepts
- Sencha Touch - Migration Steps
- Sencha Touch - Build Application
- Sencha Touch - First App
- Sencha Touch - MVC Explanation
- Sencha Touch - Architecture
- Sencha Touch - Naming Convention
- Sencha Touch - Environment
- Sencha Touch - Overview
- Sencha Touch - Home
Sencha Touch Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Sencha Touch - Data
Sencha Touch - Data Package
Data package in Sencha Touch is responsible for carrying out any kind of data manipulation either storing or loading the data.
Data packages are related to model, store, and proxies.
Sr.No. | Concept & Description Link |
---|---|
1 | Model It is the collection of data and fields with which we display all the values on UI. |
2 | Store It is a collection of model instances which basically stores the data locally. In store we write all the events and rest calls to get data. |
3 | Proxy It is basically responsible for loading data in store. Mostly we use ajax proxy to load store data. |