[android-beginners] problem adding the android plugin to he eclipse 3.4 , plz help

2008-09-12 Thread sukanto
Hi i'm new to android, while trying to add the android plugin to eclipse 3.4 I got this error message. I've downloaded the plugin and whas trying to install it from the hdd itself. Cannot complete the request. See the details. Unsatisfied dependency: [com.android.ide.eclipse.editors.feature.group

[android-beginners] showAlert(...)

2008-09-12 Thread Imran
ha showAlert() method is removed in SDK0.9... is there any method so tat i can replace it with tat method... Thanks in advance for any replays..!! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-beginners] Re: showAlert(...)

2008-09-12 Thread Mark Murphy
>showAlert() method is removed in SDK0.9... is there any method > so tat i can replace it with tat method... > >Thanks in advance for any replays..!! You can use the AlertDialog class. In particular, AlertDialog.Builder helps you construct and show a dialog. -- Mark Murphy (a Co

[android-beginners] Re: problem adding the android plugin to he eclipse 3.4 , plz help

2008-09-12 Thread Megha Joshi
Try this: http://code.google.com/android/kb/troubleshooting.html#installeclipsecomponents 2008/9/11 sukanto <[EMAIL PROTECTED]> > > Hi i'm new to android, while trying to add the android plugin to > eclipse 3.4 I got this error message. > I've downloaded the plugin and whas trying to install it

[android-beginners] Using google Maps

2008-09-12 Thread Hans
Anyone has some sample code which i can look at for me to start off interfacing with Maps. In my app i will need to get from place A to B showing me with the use of an arrow the direction i should take. (i.e similar to a GPS system). I am very new to android :(. Thanks to all that can help me. --

[android-beginners] Re: Using google Maps

2008-09-12 Thread Megha Joshi
You can use MapView APIs for android: http://code.google.com/android/reference/com/google/android/maps/MapView.html Check out MapView sample code at ApiDemps/Views/MapViewDemo. Unfortunately, the directions API is not included for 1.0 release. 2008/9/12 Hans <[EMAIL PROTECTED]> > > Anyone has s

[android-beginners] :textAlign

2008-09-12 Thread Imran
Hi "textAlign" this property is removed in SDK0.9 is there any other Property to get Text Alignement.. Thanks in Advance for any Replays!!! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-beginners] Re: :textAlign

2008-09-12 Thread Romain Guy
Use android:gravity instead :) On Fri, Sep 12, 2008 at 10:11 PM, Imran <[EMAIL PROTECTED]> wrote: > > Hi > > "textAlign" this property is removed in SDK0.9 is > there any other Property to get Text Alignement.. > > Thanks in Advance for any Replays!!! > > > > -