[android-developers] how to stay animation result in view?

2009-06-23 Thread shleeforandroid
hi guys ! I tried to implement the app like roulette to use RotateAnimation. The arrow must indicate random direction but the arrow always indicate the same(first direction) direction behind the end of RotateAnimation. are there any ways to hold down random direction? I want to know how to

[android-developers] how to implement tween animation with AppWidget using RemoteViews?

2009-04-30 Thread shleeforandroid
Hi, guys I'm testing AppWidget to play animation on the homescreen. This is my testing source using Service and RemoteViews. I confirmed the modification of the image of layout's ImageView. I thought it possible to implement the animation using RemoteViews or AppWidgetHostView ... But I

[android-developers] Re: App widgets and remote views

2009-04-30 Thread shleeforandroid
Hi Tom I have some questions about the RemoteViews functionality. I want to know that it is possible to implement animation effect with AppWidget using RemoteViews object. On the Service routine, I've created RemoteViews object but I can't find any method to relate animation. I doubt some way

[android-developers] Re: App widgets and remote views

2009-04-30 Thread shleeforandroid
which is displaying the app widget, not the process that is supplying it. Tom. 2009/4/30 shleeforandroid shlee3...@gmail.com Hi Tom I have some questions about the RemoteViews functionality. I want to know that it is possible to implement animation effect with AppWidget using

[android-developers] Re: widget views

2009-04-30 Thread shleeforandroid
Hi Jeff I'm happy your comment of possible to implement animation to use Dialog or Translucent theme. please let me knos some detail ways? Thanks shlee On 4월30일, 오전2시31분, Jeff Sharkey jshar...@android.com wrote: ive read the docu for home screen widgets but i couldn't find a possiblity to

[android-developers] Authentication and retrieving problem with Calendar API

2009-01-03 Thread shleeforandroid
hi. I have some problems with android apps using Calendar API. I want to authenticate to google Data API (Calendar API) and retrieve my calendars and calendar's events. I have downloaded the gdata(gdata-src.java-1.28.0.java.zip ) from http://code.google.com/p/gdata-java-client/downloads/list

[android-developers] Authentication and retrieving problem with Calendar API

2009-01-03 Thread shleeforandroid
hi. I have some problems with android apps using Calendar API. I want to authenticate to google Data API (Calendar API) and retrieve my calendars and calendar's events. I have downloaded the gdata(gdata-src.java-1.28.0.java.zip ) from

[android-developers] google Calendar API test problem

2008-12-19 Thread shleeforandroid
hi all i tried to use sample code from gdata-src.java-1.28.0.java.zip to test google Calendar API. CalendarService myService = new CalendarService(a- b-1,http,www.google.com); try { myService.setUserCredentials(USERNAME, PASSWORD); ... } catch(ServiceException e) {