Re: [android-developers] Using setContentView(viewList) in current Activity

2012-03-05 Thread TreKing
On Thu, Mar 1, 2012 at 11:16 AM, Shani wrote: > e.g. Like the search contacts dispatch a new window with the > multiple possibilities and then go back to the 1'st Activity > That's not very clear. > Does anyone know how you do it ? > Do what? -

[android-developers] Using setContentView(viewList) in current Activity

2012-03-04 Thread Shani
Hi, i'm new to android and trying to dispatch a ViewList from a current Activity. (Android 2.2) . I'm getting this exception "java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first." e.g. Like the search contacts dispatch