Re: [android-developers] home screen widget drag or scroll

2010-12-11 Thread Julie Andrews
On Sat, Dec 11, 2010 at 11:36 AM, String sterling.ud...@googlemail.comwrote:

 I'm pretty sure that it can't be done, sorry. All interaction with a widget
 gets pushed through a RemoteViews object, and the only event it supports is
 click.

 String

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
Julie
http://www.sirsainfo.in/ http://t
http://tradinglogically.blogspot.com http://tradinglogically.blogspot.com
http://vikitionary.blogspot.com
http://gandhi-the-man-of-millenium.blogspot.com/

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] home screen widget drag or scroll

2010-12-10 Thread KlausSK8
I'm trying to understand or make something like a Twitter widget or
contacts with picture widget.
This widgets on home screen, allows the user to hold your finger in
it, so dragging up the content as a scrollview
I tried to find in google search by android home screen scroll
android widget scroll  android home screen drag ...
But I think it have no much information or examples of home screen
widgets yet...
Somebody here knows how to scroll or drag home screen widget's content
as a scrollview ?
I saw examples with TextView marquee, but I think that contact's
widget that displays user's pictures and allows to scroll isn't using
TextView to Display images...

Thanks,
Klaus

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] home screen widget drag or scroll

2010-12-10 Thread String
I'm pretty sure that it can't be done, sorry. All interaction with a widget 
gets pushed through a RemoteViews object, and the only event it supports is 
click. 

String

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en