I want to design something like this in android..See the Buttons Bar -> New Deals, NewCoupons, New Categories.
Again see the top portion of that Buttons Bar -> Its something like horizontal scroll view.
How to design such type of layouts in android. ?
See this class http://code.google.com/p/deezapps-widgets/ for implementing a horizontal scroll view.
The buttons bar can be implemented using a TabWidget as Phonon suggests.
To implement a button bar
Build your view with something like:
tab_indicator.xml:
bgtab is a selector drawable with
This is mostly from the Google I/O app. bg_tab_selected/default will be 9-patch PNGs which when expanded will be shaped like buttons.