I have a custom base adapter that will take in an arraylist of data. From here it will fill out a grid view with custom buttons. It does so perfectly and fills up the gridvi
public View getView(int position, View convertView, ViewGroup parent) { View itemview = null; itemview = getLayoutInflater().inflate(R.layout.ordermini, parent,false); }
This will help to inflate a new view