-4

I have seen some iOS apps using menu bar at button and I want to implement it myself.

I was thinking of using Buttons in a Linearlayout as suggested in this post. But I was wondering if there is better solution or built in custom view for implementing this. Can anyone suggest me bettter way of doing it?

Community
  • 1
  • 1
Bipin Bhandari
  • 2,694
  • 23
  • 38
  • 2
    [Android guidelines say don't do this.](http://developer.android.com/design/patterns/pure-android.html) – panini May 21 '14 at 04:30
  • @panini I am aware that this is not the recommended way of doing it. But I am developing this app for multiple platform so I have to be consistent with the design. – Bipin Bhandari May 21 '14 at 04:33

1 Answers1

2

Try using FragmentTabHost with a Button inside a FrameLayout. Cheapest way I imagine. It's your choice.

rubberdont
  • 464
  • 3
  • 15