[android-developers] Re: Serious bug in 3.2 ResolverActivity

2011-08-18 Thread ifuller1
What does this mean? On Aug 18, 4:09 am, Gavin fjm...@gmail.com wrote: It was fixed at latest version. -- 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

[android-developers] Re: Serious bug in 3.2 ResolverActivity

2011-08-14 Thread ifuller1
Same problem on 3.2 on Asus transformer. On Aug 9, 2:22 pm, asqz asqz...@gmail.com wrote: I have the same problem on Xoom with Honeycomb 3.2 On Aug 8, 6:55 pm, webmonkey webmonke...@gmail.com wrote: In Honeycomb 3.2 when you start an intent and there are multiple activities that are

[android-developers] Re: GridView ImageView and performance

2009-03-17 Thread ifuller1
that helps you, gesh. On Mar 15, 7:22 am, ifuller1 ifuller1mob...@gmail.com wrote: Hi Gesh, Thanks for the response. I'll certainly give the bitmap factory a go. I'm currently using the ImageAdapter from the Hello GridView sample. But loading the images from the web rather than using

[android-developers] Re: GridView ImageView and performance

2009-03-17 Thread ifuller1
: 100x100 pixels). I was not able to solve these memory errors and i abandoned this idea. Any ideas to prevent these memory errors? :-) On Mar 17, 7:28 am, ifuller1 ifuller1mob...@gmail.com wrote: Thanks gesh - as suggested the problem was related to recycling. Preformance is pretty good

[android-developers] Re: GridView ImageView and performance

2009-03-15 Thread ifuller1
. Try using Bitmaps from the BitmapFactory.decodeStream(InputStream) method and maybe read this blog for more info why Drawables could cause memory leaks -http://android-developers.blogspot.com/2009/01/avoiding-memory-leaks. cheers, gesh. On Mar 14, 12:47 pm, ifuller1 ifuller1mob

[android-developers] Re: GridView ImageView and performance

2009-03-15 Thread ifuller1
memory leaks -http://android-developers.blogspot.com/2009/01/avoiding-memory-leaks. cheers, gesh. On Mar 14, 12:47 pm, ifuller1 ifuller1mob...@gmail.com wrote: I've managed to successfully connect to the picasa web services using JSON and download a list of thumbnails from my picasa

[android-developers] Re: XML parsing

2009-03-15 Thread ifuller1
JSON handling is excellent on Android - is there a possiblity you could translate the xml at source to another format? On Mar 15, 5:59 pm, nowb ola.br...@gmail.com wrote: The java-app. that I´m trying to port is not only parsing xml, it´s building up graphics from the xml (the xml is quite

[android-developers] GridView ImageView and performance

2009-03-14 Thread ifuller1
I've managed to successfully connect to the picasa web services using JSON and download a list of thumbnails from my picasa album. The thumbnails are all very small but I'm getting pretty terrible performance (especially when compared to the native picture viewer). As my main goal was getting the

[android-developers] Re: com.google.wireless.gdata

2009-03-09 Thread ifuller1
Hi James, do you have the source for your modified gdatarequest and abstract entity. I'd like to go a tried and tested route or just parse the RSS manually. Am I right in thinking you've successfully connected to a google service? I'm pretty new to Java (c and as3 background) so I hope the