Reputation: 49
I would like to know if there is a rewponsive grid ui is around like the Google Play Store (app) is using? Or has someone has an example for it?
I am building a mobile webapp with JQM and Cholatechip ui and I would like to implement a responsive grid ui to fill up the screen..so it look like the Google Play store homescreen (filled with images act like buttons)..
Possible?
Upvotes: 1
Views: 2132
Reputation: 16802
Is it possible - yes most definitely.
In recent years there have been some really good solutions developed to help get you started, with Twitter Bootstrap and Zurb Framework being the two most complete responsive solutions available.
Both solutions are widely adopted in the community with Twitter Bootstrap probably slightly ahead in terms of community resources (E.G., http://www.bootstraphero.com/the-big-badass-list-of-twitter-bootstrap-resources).
If I was going to build a Google Play responsive site I would not use anything but either of these two frameworks.
Upvotes: 1
Reputation: 3038
It's certainly possible. Not aware of any Google Play examples, but you can see this website for getting started with grid layouts.
Upvotes: 1