How to create Android Layout dynamically in separate class other than class that extends Activity -
i have activity class has linear layout vertical orientation textview. need add layout layout dynamically .currently have activity named mainactivity. need create class returns layout not extend activity.is there way in can .
in advance.
just extend layout type need , have build layout want.
public class mylayout extends linearlayout {......}
Comments
Post a Comment