[android-developers] ContentProvider - problem setting filename for files delivered by using ContentProvider.openFile

2011-03-28 Thread snowcrash
I'm facing the following problem while implementing a ContentProvider to deliver images stored in the private data area of an application in an android-project: The files returned by the implementation below have the complete absolute path to the stored images as filename which look like

[android-developers] ContentProvider: problem setting filename for files delivered by using ContentProvider.openFile

2011-03-25 Thread snowcrash
I'm facing the following problem while implementing a ContentProvider to deliver images stored in the private data area of an application in an android-project: The files returned by the implementation below have the complete absolute path to the stored images as filename which look like

[android-developers] Re: MotionEvent and KeyEvent causing excessive garbage collect (GC) calls

2010-01-23 Thread SnowCrash
Thanks for the tip! I'll give it a go. On Jan 20, 9:03 pm, Neil neil.wilkin...@gmx.com wrote: Just ran into this myself. It seems calling event.recycle() in the motion event handler resolves it. Regards, Neil On Jan 6, 3:38 pm, SnowCrash jason.poli...@gmail.com wrote: anybody out

[android-developers] Re: MotionEvent and KeyEvent causing excessive garbage collect (GC) calls

2010-01-06 Thread SnowCrash
anybody out there got any clues on this? Thanks On Jan 4, 1:16 am, SnowCrash jason.poli...@gmail.com wrote: Hi folks, I'm running into some issues with input events and garbage collection, or more precisely object allocation.  I am creating a game and have pretty much got my head around

[android-developers] MotionEvent and KeyEvent causing excessive garbage collect (GC) calls

2010-01-03 Thread SnowCrash
Hi folks, I'm running into some issues with input events and garbage collection, or more precisely object allocation. I am creating a game and have pretty much got my head around the OpenGL environment. I've digested all the relevant material I could find regarding performance, memory

[android-developers] Re: Bug in Bitmap.compress when used on JPEGs?

2008-09-03 Thread snowcrash
this? Cheers, snowcrash @Kim: It wasn't a timeout, but it is a good idea to set one nevertheless. Thank you! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Bug in Bitmap.compress when used on JPEGs?

2008-09-01 Thread snowcrash
{ return null; } } Any ideas what could cause this behaviour? snowcrash --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] android.view.WindowLeaked when onPause() is called

2008-08-27 Thread snowcrash
on the emulator, i'm getting the following error: android.view.WindowLeaked: Activity Name has leaked window [EMAIL PROTECTED] that was originally added here what am i doing wrong? i also can't find information on 'android.view.WindowLeaked', it seems to be undocumented. thanks snowcrash

[android-developers] Re: Supported Media Player / Media Recorder Formats

2008-08-26 Thread snowcrash
are very welcome. Cheers, snowcrash On 25 Aug., 18:51, Reto [EMAIL PROTECTED] wrote: Hi,   Is there a definitive list on the media formats you can playback and record in the latest SDK? I'm pretty sure I remember a list in the documentation at one point but it seems to have disappeared. Cheers

[android-developers] Re: Remote 3GP video in 0.9 SDK

2008-08-22 Thread snowcrash
, snowcrash --~--~-~--~~~---~--~~ 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 from this group, send email to [EMAIL PROTECTED