Custom Header Menu In Android App (how To)
I'm trying to implement a custom header menu (like a site nav) in my Android application and I'm wondering what the standard or best practice for creating a header menu? I'm thinki
Solution 1:
Sounds like you're looking for the ActionBar pattern. See this old question and do your own Googling to find out more.
Post a Comment for "Custom Header Menu In Android App (how To)"