[android-developers] Selling apps in Market from Poland. Just a simple question, to Googlers;

2009-11-29 Thread vetch
when it will be possible ? Give me a timeframe: half a year, year or never. It is important for me, and many other developers, planning their business. Life is short, and we must EAT. Regards -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: I can't save a DOM Document into an xml file.

2009-11-04 Thread vetch
I'm also shocked. This is CRAZY. What for to build DOM Document, when I CANNOT get it to String or XML ? Apparently, patterns_lovers, forgot, about some of us, that just want to save f*** DOM to XML ! On 28 Paź, 20:53, jotobjects jotobje...@gmail.com wrote: Most of the JAXP packages are not

[android-developers] Samsung Galaxy GPS no fix ?

2009-10-27 Thread vetch
Hello, Please, hlp ! Some users of my application, reported that software gets no fix on Samsung Galaxy. Why it is strange ? Because GPS works without problems on G1, Magic and Emulator. Unfortunately, I have no Galaxy, so can't reproduce this behaviour. Some dig in code, and I found,

[android-developers] Re: Android Game Framework ?

2009-10-06 Thread vetch
but at least Rokon removes a whole bunch of the engine code. On Oct 5, 10:57 pm, vetch oldpete...@gmail.com wrote: I do not know if Rokon is good or great. I looked through his code - for me it looks like early alpha stage. Besides, it has licensing issues, so I prefer to writing my own, that I

[android-developers] Android Game Framework ?

2009-10-05 Thread vetch
Me, and I think, many other developers, always tried to write some game. Problem with a game, is a complexity of technic stuff. Complexity, means learning. Learning is great, but takes time. I think, Android needs a game framework. Something like SDL or more, XNA from Microsoft. Of course, we

[android-developers] Re: Android Game Framework ?

2009-10-05 Thread vetch
:25, Dan Sherman impact...@gmail.com wrote: http://lmgtfy.com/?q=android+game+framework On Mon, Oct 5, 2009 at 5:17 PM, vetch oldpete...@gmail.com wrote: Me, and I think, many other developers, always tried to write some game. Problem with a game, is a complexity of technic stuff

[android-developers] Re: Android Game Framework ?

2009-10-05 Thread vetch
frameworks.  Someone ported cocos2d which ended up doing quite well. XNA is a bad example, as it was built for something that only does games, and has been since ported to other places.  Google doesn't build games... - Dan On Mon, Oct 5, 2009 at 5:34 PM, vetch oldpete...@gmail.com wrote

[android-developers] Re: ADC 2 Submission Site -- Now live

2009-08-25 Thread vetch
On 25 Sie, 10:08, RS rajeshs...@gmail.com wrote: Dan, a little larger window would be very useful. May be an extension by a week or two .. as the site opened on 24th late night only. You could decide to pass it over to market .. say after 15th sept. Oh, no my dear. They did that year ago.

[android-developers] Re: Finish Activity when toast message has been dissapered

2008-04-17 Thread vetch
is it possible ? Finish Activity when toast message has been dissapered I think you got bad flow design. You can't tie activity visibility with toast. Try reflow user path. greets, peter. --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: Extract focus color from theme

2008-04-11 Thread vetch
I know, you need something like in WindowsAPI: GetSysColor(). Unfortunately, I did not found any simply way to get color of system control/item, too. Documentation is in development, so at this time, you can create your own global color table with public static function getColor(item). Later