How to design a responsive list view using sencha Touch?
How to design a responsive list view using sencha Touch?
is this what you are looking for??
http://docs.sencha.com/touch/2.2.1/#....dataview.List
Software Engineer at http://moduscreate.com/
I am asking about how the list view fits when the screen size changes?
The layouts can change the list size. It depends on the UI you want on which layout you need to use. Responsive means something else than what I think you are actually asking.
Mitchell Simoens @LikelyMitch
Modus Create, Senior Frontend Engineer
________________
Need any sort of Ext JS help? Modus Create is here to help!
Check out my GitHub:
https://github.com/mitchellsimoens
Hi,
Do you mean that we need to design seperate UI for android and iphone?
Jayasudha,
The short answer is that sencha touch technology does not support responsive design out of the box as most people think of it.
You can specify size constraints, and a few position via JavaScript to the layout managers, but the reality is that it's not "true responsive" as one might think of it as it pertains to CSS media queries controlling how things are positioned and sized on screen.
If you want to achieve this, you're going to have to put in the sizing, positing information into CSS and have that drive the look and feel of your app, rather than putting that information into the components themselves.
https://moduscreate.com/wp-content/t...es/favicon.png
Jay Garcia @ModusJesus || Modus Create co-founder
Ext JS in Action author
Sencha Touch in Action author
Get in touch for Ext JS & Sencha Touch Touch Training