'Android layouts - Most efficent way to achieve what i'm after

I've been doing a bit of searching around for ways to achieve what i'm after but haven't been able to find much.

Basically i'm going to use this as a "home" screen.

I'm unable to post images but i've done a mockup in an image editor

Image screenshot

Any help would be great!



Solution 1:[1]

GridView will perfectly fit for you layout.

Change the grid item layout from tutorial and set android:numColumns="2" in layout.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Dharman