Re: [android-developers] Jelly Bean Crash with Bitmap Recycle "Sorry, an error has occurred: bitmap is recycled"

2012-07-15 Thread Craig Mitchell
Ah, yes, thanks Romain, that was it! Cheers. On Sunday, 15 July 2012 06:45:58 UTC+10, Romain Guy (Google) wrote: > > Ah, this is an interesting bug that we ran into ourselves. > createScaledBitmap() can return the *same* bitmap if the scaled copy would > have the same dimensions as the original

[android-developers] Re: Refresh Imageview PLEASE HELP killing me!

2011-04-03 Thread Craig Mitchell
You need to give control back to the EDT so it can draw the image. The for loop needs to be in a non EDT thread. On Apr 4, 3:01 pm, Noobs41bot wrote: > Ok so I have all the code in place to create a random degree of rotation > between a start and finish... works great... i have a progress bar t

[android-developers] Re: What's new in honeycomb?

2011-01-27 Thread Craig Mitchell
It depends on how your app is setup. Depending on how applications declare > > how they support multiple screens and densities the app might be boxed, > > scaled or simply fill the screen and rely on layout to look correct. > > > On Sun, Jan 9, 2011 at 6:09 PM, Craig Mitchell wrote

[android-developers] Re: What's new in honeycomb?

2011-01-10 Thread Craig Mitchell
:09 pm, Dianne Hackborn wrote: > On Mon, Jan 10, 2011 at 4:43 PM, Craig Mitchell wrote: > > > That is, no postage stamp in the middle like we did for apps > > > targeting prior to 1.6 that only ever thought about 480x320 > > > mdpi screens. > > That is what I wa

[android-developers] Re: What's new in honeycomb?

2011-01-10 Thread Craig Mitchell
> > > > > > > On Sun, Jan 9, 2011 at 6:36 PM, Romain Guy wrote: > > It depends on how your app is setup. Depending on how applications declare > > how they support multiple screens and densities the app might be boxed, > > scaled or simply fill the screen and rely

[android-developers] Re: What's new in honeycomb?

2011-01-09 Thread Craig Mitchell
And you all have done a fantastic job at that. However, I'm not a fan of boxing an app for large screens. I would much prefer an app to be expanded to the full screen size and look a little pixelated, then only take up a small section of the screen. ...apologies that this comment is off topic.