Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The following are the view groups in android. you can use any of these as per your requirement. But in your case You can use <strong>GridView</strong></p> <p><strong>View Groups in android</strong></p> <ol> <li>FrameLayout Layout that acts as a view frame to display a single object.</li> <li>Gallery A horizontal scrolling display of images, from a bound list.</li> <li>GridView Displays a scrolling grid of m columns and n rows.</li> <li>LinearLayout A layout that organizes its children into a single horizontal or vertical row. It creates a scrollbar if the length of the window exceeds the length of the screen.</li> <li>ListView Displays a scrolling single column list.</li> <li>RelativeLayout Enables you to specify the location of child objects relative to each other (child A to the left of child B) or to the parent (aligned to the top of the parent).</li> <li>ScrollView A vertically scrolling column of elements. </li> <li>Spinner Displays a single item at a time from a bound list, inside a one-row textbox. Rather like a one-row listbox that can scroll either horizontally or vertically.</li> <li>SurfaceView Provides direct access to a dedicated drawing surface. It can hold child views layered on top of the surface, but is intended for applications that need to draw pixels, rather than using widgets.</li> <li>TabHost Provides a tab selection list that monitors clicks and enables theapplication to change the screen whenever a tab is clicked.</li> <li>TableLayout A tabular layout with an arbitrary number of rows and columns, each cell holding the widget of your choice. The rows resize to fit the largest column. The cell borders are not visible.</li> <li>ViewFlipper A list that displays one item at a time, inside a one-row textbox. It can be set to swap items at timed intervals, like a slide show.</li> <li>ViewSwitcher Same as ViewFlipper.</li> </ol>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload