Is it possible to make bitmap in TextView and showing in TableLayout?-Collection of common programming errors

I have bitmap scaled for show in TextView but how to add in TableLayout with row and coloumn?

    tbl = (TableLayout)findViewById(R.id.TableLayout1);
tblrow = new TableRow(this);


public void bukagambar(){
    bit = Bitmap.createScaledBitmap(bi, lebar, lebar, true);
    int lebar_tile = bit.getWidth()/ukurangrid;
    for(short baris=0 ;baris