Example usage for Java android.view ViewManager fields, constructors, methods, implement or subclass
The text is from its open source code.
void | addView(View view, ViewGroup.LayoutParams params) Assign the passed LayoutParams to the passed View and add the view to the window. |
void | removeView(View view) |