Here is my code in my Activity:
public class GridViewActivity extends Activity { GridView gridView; static final String[] MOBILE_OS = new String[]
Use the android:numColumns="2" in your GridView widget
android:numColumns="2"
You can get familiar with Android UI in this link.Try to focus on the GridView Topic