[android-beginners] Which emulator to use to better simulate a Nexus One

2010-02-12 Thread NicoToc
Hi, I have an application that I have tested with high definition devices on the adb but the real users of Nexus one are seeing some display problem that I can't simulate What is the configuation to use to simulate a nexus one (SDK, device, etc..) Thanks Nicolas -- You received this message

[android-beginners] Center alignment in SDK 1.6

2009-09-17 Thread NicoToc
All, I have a problem that appeared once I've upgraded to the SDK1.6 I wanted to align the top of a bubble with the center of my map. Developing with 1.5, I've defined a RelativeLayout with a point (in black on the screen) align in the center and the aligned my top of bubble below this point.

[android-beginners] How to exchange data between different users

2009-08-06 Thread NicoToc
Hi, I have developed an application which store data personal comments on the phone but I'd like to create a V2 with would allow users to exchange these data with their friends. How could I store these data so that other users could have access to them ? Is there another way that to rent a

[android-beginners] MyLocationOverlay and DDMM

2009-07-29 Thread NicoToc
I am currently using the MyLocationOverlay class to mark my current position but I have a problem with the emulator. I can't send more than 2 set of coordinates! After those, the class doesn't seem to listen the onLocationChanged... I have seem different techniques for the OverlayItems, but

[android-beginners] Pb using MyLocationOverlay and DDMS

2009-07-29 Thread NicoToc
Hi all, I'm using the MyLocationOverlay class and when using the DDMS I can't get more that 2 updates of location to be taken into account. I have seen different solution when using a locationlistener, but I can't understand how to implement these ones with the MyLocationOverlay since the