[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-05-05 Thread DKIT Android
Finally got mine in Oslo, Norway. Thx G. TreKing: Bleh. :-P -- 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

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-30 Thread DKIT Android
In Norway. Still no N1. :-( -- 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

[android-developers] Re: Question for Admob users

2010-03-29 Thread DKIT Android
No. Your fill rate will go down, and maybe your click-through rate as well, as the ads will be less relevant. Regards Dag Koding DKIT Android On Mar 28, 11:38 am, Neilz neilhorn...@googlemail.com wrote: Hi all. I'm using Admob, and currently have android.permission.ACCESS_COARSE_LOCATION set

[android-developers] Re: Android SDK for Windows 7

2010-02-24 Thread DKIT Android
Don't know about Eclipse, but I use IntelliJ IDEA and it works like a charm... On 24 Feb, 16:15, Julian julianvillalt...@gmail.com wrote: I have recently began developing for smartphones and I am extremely interested in developing for Android.  The only problem is that I have Windows 7 on my

[android-developers] Emulator fails every time at first startup.

2010-02-11 Thread DKIT
Each time I run the emulator for the first time, I fail to connect to it. It 'disappears' from ddms just about when it's about to go from 'offline' to 'online' with the following stacktrace: 32:58 E/DDMS: device (emulator-5554) request rejected: device offline java.io.IOException: device

[android-developers] Re: HTML5

2010-02-11 Thread DKIT Android
http://www.webmonkey.com/blog/Android_Gets_a_Better_Browser__Now_With_More_HTML5 Should support the video tag - but maype not the necessary codecs? -- 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] Re: ADC2 Results Post

2009-11-05 Thread DKIT
The game Splat!: Bugs II and the LED PartyBoard ended up amongst the top 50%. Not soo surprised nor disappointed, the experience was a fun one anyway. :-) (Check out my apps at http://dkdroid.com) DKIT Android -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: ADC2 First Round Complete?

2009-10-07 Thread DKIT
Will there be published a list of apps that have continued to round 2 of ADC 2? Will the participants receive any kind of mail or notification? Or will everyone have to wait patiently until november? --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: Hmm... at last ADC2 is out of our way ... tell about your app and experience

2009-09-03 Thread DKIT
I have submittet 4 apps for ADC 2. Hoping to get some publicity for my small company (DKIT Android / dkdroid.com) - I do not think I will win anything. My apps were all ready during August, one of them were even finished before August, but I waited until August 1st to release it in the Market

[android-developers] Re: Listing Console does not update applicaitons statistics

2009-08-06 Thread DKIT
Still no update. On Aug 4, 7:40 pm, DKIT dag.kristian...@gmail.com wrote: Anyone? On Aug 4, 4:18 pm, DKIT dag.kristian...@gmail.com wrote: My Android Market listing console (developer console) has not updatet applicaiton statistics for several days. Why? Does it hurt my popularity

[android-developers] Re: ADC2

2009-08-05 Thread DKIT
How much does a patent cost anyway? Silly to patent an idea that will generate a few hundred or thousands of dollars of the patent costs more... I don't know, but If I patent something in the US, what prevents someone in China to create a knockoff? A worldwide patent for an Android app sounds

[android-developers] Listing Console does not update applicaitons statistics

2009-08-04 Thread DKIT
My Android Market listing console (developer console) has not updatet applicaiton statistics for several days. Why? Does it hurt my popularity ratings that my statistics are not updated? When will this be fixed? It is very annoying! --~--~-~--~~~---~--~~ You

[android-developers] Re: Listing Console does not update applicaitons statistics

2009-08-04 Thread DKIT
Anyone? On Aug 4, 4:18 pm, DKIT dag.kristian...@gmail.com wrote: My Android Market listing console (developer console) has not updatet applicaiton statistics for several days. Why? Does it hurt my popularity ratings that my statistics are not updated? When will this be fixed? It is very

[android-developers] Re: ALL DEVELOPERS PIRATED APPLICATION ALL OVER!

2009-07-23 Thread DKIT
I am the developer of a fairly successfull application for Android. My solution to the piracy-problem was: Give away applications for free, and instead insert ads from (-- your favorite Ad network here --). So far it has paid off okay, I think I get more from the ads than I would have selling

[android-developers] Strange bug found when subtracting a float from another float, or a double from another double

2009-07-20 Thread DKIT
Try this: Double mChange = Double.parseDouble(7.1) - Double.parseDouble (7.15); Float mChange = Float.parseFloat(7.1) - Float.parseFloat(7.15); mChange should be -0,05 in both cases, right? So why is mChangeD = -0.0519 ??? --~--~-~--~~~---~--~~ You