Search code examples
extjssencha-touchsencha-touch-2

Creating Sencha touch 2 app dashboard


I am developing a sencha touch 2 app. My app should authenticate a user and load a dynamic dashboard according to user authorization (could be different menu icons for different users).

My question: which sencha touch 2 component is more suitable for dynamic dashboard (menu) creation? I guess my dashboard look like as shown in the following picture:

enter image description here

Can anyone help me? Thanks


Solution

  • This is very much like thumbnail gallery/list shown in Touch Style example bundled with Sencha touch library in examples folder. As @TDeBailleul said this can be done with DataView but if you feel that is little tricky or touch you can use template approach easily.