[android-beginners] Re: No repository found at https://dl-ssl.google.com/android/eclipse/

2008-09-11 Thread AndreAgosto
i have the same problem now. Your problem was temporary? How did you resolve it? On 1 Set, 11:54, Filipe Abrantes [EMAIL PROTECTED] wrote: I have just rebooted but the problem persists, No repository found athttps://dl-ssl.google.com/android/eclipse/site.xml   Error reading update

[android-beginners] Re: eclipse project opening problem

2008-09-11 Thread Rich Tretola
Ignore my request. I didn't realize it would take so long for the emulator to boot up. How do you get any work done with such a long boot? Rich On Thu, Sep 11, 2008 at 12:40 PM, Jeff [EMAIL PROTECTED] wrote: Hello, I am having a project opening problem. I have tried all of the suggestion

[android-beginners] Re: eclipse project opening problem

2008-09-11 Thread Mark Murphy
Ignore my request. I didn't realize it would take so long for the emulator to boot up. How do you get any work done with such a long boot? The first boot takes a while as it clones various disk images for your use. You'll get the same slow boot when you use -wipe-data to nuke the emulator's

[android-beginners] Getting Started

2008-09-11 Thread Zeeshan Ahmad
Hello everyone... I want to get started with android but am confused where to begin with. I suppose this is a group for beginners but reading the posts I get the impression as though everyone out here is pretty familiar with android. So where do I get started from. I am familiar with core JAVA

[android-beginners] Re: What's the replacement for showAlert() in Android 0.9

2008-09-11 Thread Megha Joshi
You can use AlertDialog: See sample code below: http://code.google.com/android/samples/ApiDemos/src/com/android/samples/app/AlertDialogSamples.html If you don't want dialogs with buttons you can use Toast.makeText() instead. http://code.google.com/android/reference/android/widget/Toast.html

[android-beginners] Trying to move from one Activity to a MapActivity -- and failing

2008-09-11 Thread [EMAIL PROTECTED]
Hi all, I'm trying to create a simple example with 2 activities: 1. A simple Welcome (the MAIN): A simple welcome screen with a button. 2. A MapActivity (class=Quester) which simply displays a map. a) The MapActivity (Quester) works by itself when the manifest gives it the MAIN, like this

[android-beginners] Re: Trying to move from one Activity to a MapActivity -- and failing

2008-09-11 Thread [EMAIL PROTECTED]
Great! That works -- thanks. By way of understanding, is there a descriptor (like Quester.ACTION) that should work for some ACTION ?? --Ken On Sep 11, 5:03 pm, Mark Murphy [EMAIL PROTECTED] wrote: b) Pressing the button on the welcome screen /tries/ to invoke an Intent to start the quester

[android-beginners] Re: Files reading

2008-09-11 Thread patelpower
hello mark, thanks for the help now its working fine thank you once again regards rakesh On Sep 10, 5:47 pm, Payal Amin [EMAIL PROTECTED] wrote: you can try this FileContains = new File(PathName); File[] Filenames = FileContains.listFiles(