I have been able to find the code. It was an example part of the SDK. It specified on how to add the controls. Removal of controls are to be done in the same manner. The example was scrollview2.java.
Here is the snippet: LinearLayout layout = (LinearLayout)findViewById(R.id.layout); EditText et = new EditText(getApplicationContext()); layout.addView(et); Thank you, Soumya -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

