[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 _data_da

[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 _data_da

[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 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 wrote: > > > >

[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 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 he

[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 allocation

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

2008-09-03 Thread snowcrash
CORE?) choke on it. Can anyone confirm 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 D

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

2008-09-01 Thread snowcrash
edName; } else { return null; } } Any ideas what could cause this behaviour? snowcrash --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Devel

[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 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 undocumente

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

2008-08-26 Thread snowcrash
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 se

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

2008-08-22 Thread snowcrash
lable? Cheers and thanks, 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 fr

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

2008-08-19 Thread snowcrash
Hi there, your video file http://www.jsharkey.org/downloads/dailytest.3gp doesn't conform to the specifications stated in the source code: "Mediaplayer can only play "progressive streamable contents" which basically means: 1. the movie atom has to precede all the media data atoms. 2. The clip ha