Hey, I have just started messing around with my g1 and I was wondering if anyone has any good tutorials for app dev. I am "ok" with java and I am still learning. One simple thing I tried to run on the g1 emulator was an app that just got a line of text from the user and printed it back. I did this just to test it, but it does not work.
I did that with something like Scanner kb = new Scanner(System.in); System.out.print("Enter Line of Text"); String test = kb.nextLine(); System.out.print(test); Why would that not work.. Could someone post the full code on how to do just something simple like this so I can see how it works? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---