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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -