This Android library allows you to replace the drop down navigation list with a custom list where the items in the list are grouped by sections. It was inspired from the Google I/O 2014 app how sessions are grouped in the ActionBar list. While the new Material Design movement discourages the use of ActionBar lists, in some situations it can be the best available option. At the moment the library is not available on a repository, you have to include it as a source library in your project, but that will be fixed soon. Github project page: https://github.com/vgrec/SectionedActionBarList Example List sections = new ArrayList (); Section themes = new Section("Themes"); themes.add("Design"); themes.add("Develop"); themes.add("Distribute"); sections.add(themes); Section topics = new Section("Topics"); topics.add("Android"); topics.add("Chrome / Web"); topics.add("Cloud Services"); topics.add("Media"); topics.add("Location"); topics.add("Performance"); sections.add(topics); Section types = new Section("Types"); types.
I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too.
Stay tuned to my blog, twitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.
Stay tuned to my blog, twitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.
This article is related to
Researches,Tutorials,actionbar,actionbarlist,Android,androiddev,Java,Tutorial
Researches,Tutorials,actionbar,actionbarlist,Android,androiddev,Java,Tutorial
No comments:
Post a Comment