How do I structure the navigation of an Android content app with multiple levels?
-
I am creating an app that needs to represent data that is structured as: I was thinking of using a list view at the top to list Section 1,2,3. Once a user selects and goes into a section, he can navigate to a different section using a spinner: The subsections are listed using listview. Once inside a subsection, there are always three pages/content. I was thinking of switching between these using Tabs: I have some apprehensions about using Tabs and Spinners in the same app.
-
Answer:
You approach is good but I would recommend this. Sections can be listed as a sliding menu (it is the most trending UI element these days, almost all the best UI apps use a sliding menu) Now you can use a spinner on the top to navigate to different subsections. Content can be places in tabs. By this all your app content is available in a single activity.
Anonymous at Quora Visit the source
Related Q & A:
- How would I structure database the best?Best solution by Stack Overflow
- How can I pause and restart animations in Android?Best solution by Stack Overflow
- How can I access my localhost from my Android device?Best solution by Stack Overflow
- How do I get my DVD recorder to record content from my cable DVR?Best solution by Yahoo! Answers
- How do I change the navigation bar color on Myspace?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.