[android-beginners] Re: Porting J2ME applications

2008-09-11 Thread Dana Li
Hi Katsumi, It's a very good question. We developed this platform to allow tons of J2ME applications running on Android without code change. This application is not from SUN, it's from Netmite. We are looking for partners and help them to promote their J2ME applications to Android. Please feel

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

2008-09-11 Thread KH
This method is availabale in M5 but has been dropped in Android 0.9 -- showAlert(CharSequence,int,CharSequence,CharSequence,boolean) I like to know the new equivalent in Android 0.9 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

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

[android-beginners] eclipse project opening problem

2008-09-11 Thread Jeff
Hello, I am having a project opening problem. I have tried all of the suggestion on opening a project, none have worked. I set a new workspace. Built a project, ran the emulator but open/ close project dropdowns are still disabled. I can see the .project file. I have tried importing samples b

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

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

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

[android-beginners] Re: Getting Started

2008-09-11 Thread Megha Joshi
Core Java programming knowledge is enough to start learning Android. You can start with reading the "Getting Started" section at: http://code.google.com/android/documentation.html Feel free to ask any questions . 2008/9/11 Zeeshan Ahmad <[EMAIL PROTECTED]> > > Hello everyone... > > I want to get

[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 2008/

[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 Mark Murphy
> > b) Pressing the button on the welcome screen /tries/ to invoke an > Intent to start the quester activity > but it throws an ActivityNotFoundException (details below); here's the > Intent code: > >private void checkLogin(QLogin loginActivity, String userId, String > passwd) > { /

[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.) that should work for some ?? --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 acti

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

2008-09-11 Thread Mark
Okay, we struggled with this problem forever, the solution is: You need to install Sun Java 6 (this is needed both to use the HTTPS and to use the keystore, even if you are installing from HTTP or from local file) Follow the instructions here and make sure you also select the correct Java versio

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