[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 because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[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. It worked perfectly.

But since my upgrade to 1.6, my top of bubble is aligned like if the
point was on top of my screen

http://picasaweb.google.com/nicolas.maynard/UntitledAlbum?feat=directlink

The white bubble should be under the black spot, not so high in the
screen.

here is the part of my xml. Thanks for your help

http://schemas.android.com/apk/res/
android"
android:id="@+id/map"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >












--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 space on a server ? Is google
providing some space like for my maps for example ?

Thanks for your help

Nico
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 onLocationChange is part of the class
(I've tried to override it but it was a mess).

I hope you'll be able to help me

Thanks

Nico Toc

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 nothing
with MyLocationOverlay.

Is there trick to help me ?

Thanks

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---