Re: [android-developers] Re: google analytics and active installs on market way off

2011-01-30 Thread Anders Aagaard
It's a free app, so they are free to copy to wherever they want. But a jump from 30k downloads in market to 120k users seem extreme to me. To the level where something's gotta be wrong somewhere. Or is this normal? Best regards Anders On Sun, Jan 30, 2011 at 3:33 PM, Hari Edo hari@gmail.com

Re: [android-developers] Re: performance when passing background data to ui thread

2011-01-27 Thread Anders Aagaard
of additional latency when using the handler as this posts a runnable to the end of an event queue. Pepijn Op 26 Jan 2011 om 21:28 heeft Anders Aagaard aagaa...@gmail.com het volgende geschreven: Thank you! I wasn't sure what was the cleanest way of doing it. And I'm very familiar

Re: [android-developers] Re: performance when passing background data to ui thread

2011-01-26 Thread Anders Aagaard
Thank you! I wasn't sure what was the cleanest way of doing it. And I'm very familiar with threading, just not how java does it (and the synchronized isn't something I'm familiar with from other platforms). I'll try to push some of the sorting/filtering into the threads as well, to reduce amount

Re: [android-developers] Re: adb works, ddms shows nothing

2011-01-18 Thread Anders Aagaard
in Eclipse. So check that. Also, it never made sense to me that it should make a difference, but I have noticed that adb kill-server;adb start-server works better when executed from a shell that is in superuser. So did you use sudo w/ it? On Jan 16, 10:01 am, Anders Aagaard aagaa...@gmail.com wrote

Re: [android-developers] adb works, ddms shows nothing

2011-01-16 Thread Anders Aagaard
I just left this running, and after about 2 minutes it works! However, it'd be awsome to not have to wait for minutes every time I start ddms. On Sun, Jan 16, 2011 at 6:58 PM, neuron aagaa...@gmail.com wrote: adb works, I use it a lot. adb devices shows the device (a nexus one),

[android-developers] Re: Recommendations for split app (eg free/pro versions using 95% the same code)

2010-03-13 Thread Anders Aagaard
Personally I'd use a version control system with branches to do this. And keep it in one project. Doing it with branches you could easily merge changes that go in both versions, and just do a refresh in eclipse when doing development on the other version. On Mar 11, 10:51 pm, Matt (preinvent)

[android-developers] Race condition using handler + thread.

2010-03-12 Thread Anders Aagaard
Hi I have an application that starts a background thread to load data. It uses Handler to pass data back to the main thread. Now this works perfectly most of the time, but not when I switch orientation. What I found was this behavior: - onCreate : Start main view, with background load thread -

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

2010-03-03 Thread Anders Aagaard
I tried registering and got a blank page, who do we talk to about that? How do we know that the registration has gone through? Is there a confirmation page or something like that? On Mar 3, 1:46 am, Roman Nurik romannu...@google.com wrote: Folks, the email is NOT a fake. We will look into the

[android-developers] Re: registerForContextMenu failes with Gallery in listview.

2009-07-21 Thread Anders Aagaard
Just realised I can't click on stations either if I have the gallery visible :/ On Jul 20, 1:11 pm, Anders Aagaard aagaa...@gmail.com wrote: Hi I have an application using a ListView activity to display realtime station information. The layout is like this: Top line, Station name - Eta

[android-developers] Forcing an activity to reload completely?

2009-07-20 Thread Anders Aagaard
in the tabhost that clears all tabs and recreates them, this refreshes the tab titles, but not the content in the tabs. Anders Aagaard --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] registerForContextMenu failes with Gallery in listview.

2009-07-20 Thread Anders Aagaard
Hi I have an application using a ListView activity to display realtime station information. The layout is like this: Top line, Station name - Eta Gallery with TextView's, draggable showing busses/trains arriving after the next one Now on simple station data where I do