[android-developers] Re: Maps doesn't show

2010-11-23 Thread coy
] On Behalf Of coy Sent: Sunday, November 14, 2010 4:08 PM To: Android Developers Subject: [android-developers]Mapsdoesn't show Hello, I have map in my android app. On emulator is everything OK. But on device (Motorola Droid) the map shows marker but doesn't show real map in background

[android-developers] Maps doesn't show

2010-11-14 Thread coy
Hello, I have map in my android app. On emulator is everything OK. But on device (Motorola Droid) the map shows marker but doesn't show real map in background!! The conection is OK and I held the INTERNET permission in my manifest. What is causing this problem? Any idea? thnks! -- You received

[android-developers] low quality background in 1.1

2010-08-08 Thread coy
Hi, why does the background becomes low quality in the emulator? thanks, COY. -- 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

[android-developers] Re: low quality background in 1.1

2010-08-08 Thread coy
when I'm editing the layout, the background is all right. But in the emulator it gets low quality. Whyyy? Soes anyone know why? Thanks, coy. On 8 ago, 13:37, coy cawe...@gmail.com wrote: Hi, why does the background becomes low quality in the emulator? thanks, COY. -- You received

[android-developers] Maps: service not available

2010-08-03 Thread coy
); alerta.setMessage(e.toString()); alerta.setPositiveButton(Ok, null); alerta.show(); } } the dialogue displays me: service not available! and yesterday, it was working perfectly. this has happened to someone? any ideas? Regards, COY. -- You

[android-developers] Re: Maps: service not available

2010-08-03 Thread coy
Well, I haven't found a solution to this problem! But my application is working in the sdk level 7. At level 8 it is working! why? o__O On 3 ago, 13:24, coy cawe...@gmail.com wrote: See the code: @Override     public void onCreate(Bundle savedInstanceState)     {         super.onCreate

[android-developers] Setting maximum value to zoom

2010-08-03 Thread coy
My application isn't working when user zoom in more then 18 times. How to set a maximum value to zoom? Regards, Coy. -- 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

[android-developers] Re: Setting maximum value to zoom

2010-08-03 Thread coy
hahahagaha! oh my fkn english! I need that: ( maximum zoom level 18 ) any way? On 3 ago, 18:02, TreKing treking...@gmail.com wrote: On Tue, Aug 3, 2010 at 3:38 PM, Mark Murphy mmur...@commonsware.com wrote: On Tue, Aug 3, 2010 at 4:37 PM, coy cawe...@gmail.com wrote: My application

[android-developers] Checking internet connection failed

2010-08-02 Thread coy
Hi, I am trying to check the internet connection. When the connection is available, everything works correctly, but when there is no intetnet connection the application unexpectedly stop! Am I doing anything wrong? see: ConnectivityManager connec =

[android-developers] Re: Checking internet connection failed

2010-08-02 Thread coy
for this: http://code.google.com/p/android/issues/detail?id=1232 As for application unexpectedly stop - check the logcat. -- Kostya 02.08.2010 19:55, coy пишет: Hi, I am trying to check the internet connection. When the connection is available, everything works correctly, but when

[android-developers] Re: Android and Google Check Out

2010-08-02 Thread coy
I have the same doubts. Furthermore, my country is not listed in the google checkout to sellers. In this case, how to sell my applications? On Aug 2, 2:17 pm, David Toledo dtole...@gmail.com wrote: Hi All Is possible have one application that can connect to google check out and the user can

[android-developers] new scene ?

2010-08-02 Thread coy
hi. I'm beginning to study Android and have a doubt. How do I open a new layout and code (xml and java) by clicking a button on the main scene? A simple help would be greatly appreciated (: -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: new scene ?

2010-08-02 Thread coy
Oh, thanks, thanks! Very nice! Regards, COY. On Aug 2, 3:12 pm, Matty busbus...@gmail.com wrote: 1) Create a new activity for your second scene... 2) Add an OnClickListener to your button 3) When button is clicked, call startActivity() with an intent for your second activity. Hope that's

[android-developers] Re: geoCoder: getFromLocationName ?

2010-07-26 Thread coy
On 25 jul, 23:31, TreKing treking...@gmail.com wrote: On Sun, Jul 25, 2010 at 12:32 PM, coy cawe...@gmail.com wrote: I need my application to search the web for SOMETHING in SOMEWHERE. Is there any way? Hit Google.com and parse the results? I didn't know that google.com displays results

[android-developers] Re: geoCoder: getFromLocationName ?

2010-07-25 Thread coy
Sorry, I need to practice more English. Exactly. I need my application to search the web for SOMETHING in SOMEWHERE. Is there any way? Thanks, TreKing. On 25 jul, 01:59, TreKing treking...@gmail.com wrote: On Sat, Jul 24, 2010 at 4:27 PM, coy cawe...@gmail.com wrote: How do I do

[android-developers] Maps don't show in my app

2010-07-24 Thread coy
Hi, I'm just trying to run MapsDemo who is in 'samples' of the SDK, but consider this: http://i.imagehost.org/0829/mapss_don_t_show.png the google maps is working perfectly http://j.imagehost.org/0640/google_maps.png ): any ideas? thanks! -- You received this message because you are

[android-developers] Re: Maps don't show in my app

2010-07-24 Thread coy
Yes! But, perhaps my MD5 was wrong when I generated the API Key. Can it be the problem? On 24 jul, 14:32, Joseph Earl joseph.w.e...@gmail.com wrote: Have you obtained a maps API key? On Jul 24, 6:30 pm, coy cawe...@gmail.com wrote: Hi, I'm just trying to run MapsDemo who is in 'samples

[android-developers] Re: Maps don't show in my app

2010-07-24 Thread coy
keytool it should be correct. Otherwise are you sure you have included the correct libraries in your manifest file? On Jul 24, 6:36 pm, coy cawe...@gmail.com wrote: Yes! But, perhaps my MD5 was wrong when I generated the API Key. Can it be the problem? On 24 jul, 14:32, Joseph Earl

[android-developers] geoCoder: getFromLocationName ?

2010-07-24 Thread coy
Hi! I wanted to make an app that displays the map, for example, Pizza in San Francisco, CA, United States, as well as in maps.google.com:

[android-developers] Eclipse + Android SDK

2010-07-22 Thread coy
Hello! I'm a student, and I'm starting with the Android OS. Today I installed the Eclipse IDE and the ADT plugin, ok. So I create a new Android Project, and even emulate the SDK, but when I open the layout, there isn't a visual editor, with widgets and everything else, like the ones I see in

[android-developers] Re: Eclipse + Android SDK

2010-07-22 Thread coy
spend a bit of time learning to write the layout XML code, it's not too hard and will give you more control than any of the currently available programs. On Jul 22, 9:57 pm, coy cawe...@gmail.com wrote: Hello! I'm a student, and I'm starting with the Android OS. Today I installed

[android-developers] Re: Eclipse + Android SDK

2010-07-22 Thread coy
wrote: Oh, that you already have.   Notice at the bottom of the XML editor window that there are two tabs, one with the name of your xml file and the other called Layout.  Click the one named Layout. On Jul 22, 3:44 pm, coy cawe...@gmail.com wrote: http://yfrog.com/75androidp You