Re: [android-developers] How to play three images as an animation on Widget?

2010-04-20 Thread a a
Yes, I think there should be a solution too,
may be the Gallery can help.

Best regards
Harvey

2010/4/20 Mark Murphy mmur...@commonsware.com:
 D.Y wrote:
 I don't want add an animation control on the widget, I just want to show
 three images in turn on the ImageView of Widget.

 I think there should be a solution.

 Then update the app widget using AppWidgetManager and a RemoteViews
 three times, with whatever delay you want between them, setting the
 proper image each time.

 --
 Mark Murphy (a Commons Guy)
 http://commonsware.com | http://twitter.com/commonsguy

 _Android Programming Tutorials_ Version 2.0 Available!

 --
 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

-- 
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] How to play three images as an animation on Widget?

2010-04-19 Thread D.Y
Dear All,

 

 I want to star an animation with three images on an app widget, and
It should be pause, resume and stop.

 

 Any suggestion will be grateful.

 

Best Regards,

D.Y

 

-- 
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

Re: [android-developers] How to play three images as an animation on Widget?

2010-04-19 Thread Mark Murphy
D.Y wrote:
  I want to star an animation with three images on an app widget,
 and It should be pause, resume and stop.
 
  Any suggestion will be grateful.

You cannot have an animation on an app widget, sorry.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Training in US: 14-18 June 2010: http://bignerdranch.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


Re: [android-developers] How to play three images as an animation on Widget?

2010-04-19 Thread D.Y

I don't want add an animation control on the widget, I just want to show
three images in turn on the ImageView of Widget.

I think there should be a solution.

Thanks,


-邮件原件-
发件人: android-developers@googlegroups.com
[mailto:android-develop...@googlegroups.com] 代表 Mark Murphy
发送时间: 2010年4月19日 21:28
收件人: android-developers@googlegroups.com
主题: Re: [android-developers] How to play three images as an animation on
Widget?

D.Y wrote:
  I want to star an animation with three images on an app widget,
 and It should be pause, resume and stop.
 
  Any suggestion will be grateful.

You cannot have an animation on an app widget, sorry.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Training in US: 14-18 June 2010: http://bignerdranch.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

-- 
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


Re: [android-developers] How to play three images as an animation on Widget?

2010-04-19 Thread Mark Murphy
D.Y wrote:
 I don't want add an animation control on the widget, I just want to show
 three images in turn on the ImageView of Widget.
 
 I think there should be a solution.

Then update the app widget using AppWidgetManager and a RemoteViews
three times, with whatever delay you want between them, setting the
proper image each time.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 2.0 Available!

-- 
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