What is the best content spinner?

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

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

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.