Graphics Programs Reference
In-Depth Information
super.onCreate(savedInstanceState);
Button button = new Button(this);
button.setText("SETCONTENTVIEW");
setContentView(button);
}
Note
Layout widgets, such as
LinearLayout,
as well as the
are all subclasses of the
android.view.View
class.

Search WWH ::

Custom Search