File
Doc
Category
Size
Date
Package
ViewManager.java
API Doc
Android 1.5 API
1070
Wed May 06 22:41:56 BST 2009
android.view
ViewManager
public interface ViewManager
Interface to let you add and remove child views to an Activity. To get an instance of this class, call {@link android.content.Context#getSystemService(java.lang.String) Context.getSystemService()}.
Fields Summary
Constructors Summary
Methods Summary
public void
addView
(
View
view,
ViewGroup.LayoutParams
params)
public void
removeView
(
View
view)
public void
updateViewLayout
(
View
view,
ViewGroup.LayoutParams
params)
Java Code Source