Hello, I am trying to do multi-touch and everything has to be in one view so I am told. That is why I was going to try to do the View.addView, but will this allow me to use multi-touch (ex. MotionEvent.ACTION_MOVE)? Thanks, ArcDroid http://www.arcdroid.com
On Oct 23, 9:48 am, Bret Foreman <[email protected]> wrote: > Well View.addView is a good start. I'm not sure what you mean by > "move" though. Are you talking about changing focus, moving a cursor, > setting a view as selected, or something else? > > On Oct 23, 9:29 am, ArcDroid <[email protected]> wrote: > > > > > Hello, > > I am trying to figure out how to add a child view to a parent view so > > I can use the MotionEvent.ACTION_MOVE feature to move from one child > > view to the next. Is this possible? > > Thanks > > ArcDroidhttp://www.arcdroid.com -- 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

