[android-developers] Re: Android market free app unchanged for the last 4 days

2010-11-22 Thread Nacho Pintos
Same here, both paid and Free, since last Thursday On 22 nov, 11:25, Evgeny V evgen...@gmail.com wrote: The same for both paid and free applications.  No updates about 4 days. Thanks, Evgeny On Mon, Nov 22, 2010 at 7:15 AM, narasimha rao knarasimha@gmail.comwrote: in android

[android-developers] Beta Testers needed for fast-paced retro game

2010-10-15 Thread Nacho Pintos
Hi! I'm bedroom developer and I'm finishing my first android game, Flee, which (hopefully) will be released in the coming weeks. I'm a bit scared to release it into the wild, cause I have only tested it in two different phone models (Samsung Spica, Motorola Milestone), and wouldn't like to

[android-developers] How to read font from File?

2010-09-24 Thread Nacho Pintos
Hi, In my game I'm using custom fonts which i read as this: myFont = Typeface.createFromAsset(appContext.getAssets(), fonts/ myfont.ttf); This works ok but reading fonts this way creates a memory leak. Exiting and reentering the application several times causes an OutOfMemory exception, and