I have seen some iOS apps using menu bar at button and I want to implement it myself.
I was thinking of using Button
s 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?