void init() { intcolumnwidth1 = int_scr_wd*55; intcolumnwidth1 = intcolumnwidth1/100; for (int i = 0; i < strarr.length-1; i++) { strinarr = fun1.sp
You need to know the textview to be deleted. The TextView can be identified by setting a unique id using setId() or using a unique tag using setTag().
It can then be identified by TextView tv = (TextView) tr1.findViewByTag(unique tag);
Use removeView to delete the View.