Re: [android-developers] AppWidgetProvider

2012-07-15 Thread Gicci
exception. On Sunday, July 15, 2012 3:12:16 AM UTC+2, TreKing wrote: > > On Sat, Jul 14, 2012 at 6:12 PM, Gicci wrote: > >> As it seems to me that I am performing network access in the same way of >> the provided example, is it broken as well? > > > Run it and see? >

[android-developers] AppWidgetProvider

2012-07-14 Thread Gicci
I am trying to create a widget for my app that shows information from a web service (quite common I would say...) I have read the documentation and used the provided example as a template: http://code.google.com/p/wiktionary-android/source/browse/trunk/Wiktionary/src/com/example/android/wiktiona

Re: [android-developers] Unable to relayout when dialog shown with ICS

2012-04-26 Thread Gicci
. I set the height >> programmatically with setLayoutParams() when I get the knowledge of its >> width. >> > Why are you doing this? > > Thanks, > Justin Anderson > MagouyaWare Developer > http://sites.google.com/site/magouyaware > > > On Tue, Apr 24, 2012 at 1:55 PM

[android-developers] Unable to relayout when dialog shown with ICS

2012-04-26 Thread Gicci
In my app main activity I have a View which starts with height 0, embedded in a FrameLayout > LinearLayout > ScrollView. I set the height programmatically with setLayoutParams() when I get the knowledge of its width. Before upgrading to ICS everything worked fine, now if a dialog is shown on t