On Fri, Feb 25, 2011 at 10:43 AM, Lovro Pandzic <[email protected]> wrote: > Is it possible to change RemoteViews position through code?
Only if whatever is hosting the RemoteViews has an API for that. You cannot change the position of app widgets or custom notifications, two common uses of RemoteViews. > Also, is > it possible to detech different hand gestures on a widget or it's > RemoteViews? RemoteViews does not support any touch events other than simple clicks, at least through Android 2.3.3. I have not had a chance to play with the new app widget capabilities in Honeycomb yet. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training...At Your Office: http://commonsware.com/training -- 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

