I think you could search with the ViewManager : http://developer.android.com/reference/android/view/ViewManager.html
I never tried it, but it looks like it's providing what you need : Interface to let you add and remove child views to an Activity. To get an instance of this class, call Context.getSystemService(). Alain http://blog.oxiane.com/tag/android/ -- 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 To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

