[android-developers] Re: Problem about adding app widget into my application(custom home screen)

2010-02-03 Thread charz
Hi! Leo, I found some discuss about the widget host. https://groups.google.com/group/android-developers/browse_thread/thread/25c0a42655126c1b/e95302777a14d3b5?q=appwidgethostpli=1 Here have a example for WidgetHost for you reference. http://www.anddev.org/appwidgethost_tutorial-t10329.html

[android-developers] Re: Problem about adding app widget into my application(custom home screen)

2010-01-16 Thread Leo
Maybe I didn't descripte my qustion clearly. I just want to add an app widget into my custom home screen, and then I try this in my activity mAppWidgetManager = AppWidgetManager.getInstance(this); AppWidgetProviderInfo widgetProviderInfo = null; AppWidgetHost AH = new AppWidgetHost(this,1024);

[android-developers] Re: Problem about adding app widget into my application(custom home screen)

2010-01-15 Thread Leo
ok, this is a difficult question. On 1月13日, 上午11時07分, Leo skydr...@seed.net.tw wrote: any body? On 1月8日, 上午12時23分, Leo skydr...@seed.net.tw wrote: Hi, I would like to add app widgets in my own custom home screen, but there are some problems about it. Since I have

[android-developers] Re: Problem about adding app widget into my application(custom home screen)

2010-01-12 Thread Leo
any body? On 1月8日, 上午12時23分, Leo skydr...@seed.net.tw wrote: Hi, I would like to add app widgets in my own custom home screen, but there are some problems about it. Since I have readhttps://groups.google.com/group/android-developers/browse_thread/thre...