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

2010-11-23 Thread coy
iginal Message- > From: android-developers@googlegroups.com > > [mailto:android-develop...@googlegroups.com] 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 and

[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 t

[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 wrote: > Hi, > why does the background becomes low quality in the emulator? > > thanks, COY. -- You received thi

[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 g

[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 wrote: > On Tue, Aug 3, 2010 at 3:38 PM, Mark Murphy wrote: > > On Tue, Aug 3, 2010 at 4:37 PM, coy wrote: > > > My application isn't working when user

[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@g

[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 wrote: > See the code: > > @Override >     public void onCreate(Bundle savedInstanceState) >     { >

[android-developers] Maps: service not available

2010-08-03 Thread coy
tTitle("Error"); 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? a

[android-developers] Re: new scene ?

2010-08-02 Thread coy
Oh, thanks, thanks! Very nice! Regards, COY. On Aug 2, 3:12 pm, Matty 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. > &g

[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. T

[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 wrote: > Hi All > > Is possible have one application that can connect to "google check out" and > the user can paid for the b

[android-developers] Re: Checking internet connection failed

2010-08-02 Thread coy
; And watch out 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 inter

[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 = (ConnectivityManager)getSystemService(Context.CO

[android-developers] Re: geoCoder: getFromLocationName ?

2010-07-25 Thread coy
On 25 jul, 23:31, TreKing wrote: > On Sun, Jul 25, 2010 at 12:32 PM, coy 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 re

[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 wrote: > On Sat, Jul 24, 2010 at 4:27 PM, coy wrote: > > How do I do that? > > Search the web, pa

[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: http://maps.google.com/maps?f=q&source=s_q&hl=pt-BR&geocode=&q=Pizza+in+San+Francisco,+CA,+United+States&sll=37.784622,-122.435503&sspn=0.044906,0.104628&ie=UTF8

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

2010-07-24 Thread coy
uld be correct. > Otherwise are you sure you have included the correct libraries in your > manifest file? > > On Jul 24, 6:36 pm, coy wrote: > > > > > Yes! > > But, perhaps my MD5 was wrong when I generated the API Key. Can it be > > the problem? > > >

[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 wrote: > Have you obtained a maps API key? > > On Jul 24, 6:30 pm, coy wrote: > > > > > Hi, > > I'm just trying to run MapsDemo who is in &#x

[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 subscribe

[android-developers] Re: Eclipse + Android SDK

2010-07-22 Thread coy
gt; > On Thu, Jul 22, 2010 at 5:07 PM, DonFrench 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

[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 wrote: > > > > > Hello! > > I'm a student, and I'm starting wit

[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 video