Shree
Shree

Reputation: 57

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

Upvotes: 0

Views: 1546

Answers (1)

ThinkFloyd
ThinkFloyd

Reputation: 5021

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.

Upvotes: 2

Related Questions