[android-beginners] Re: Dev 1 Phone Update..

2009-08-15 Thread Anthony West
Hi. Yes the links for 1.5 do work on the ADP1. And the Hero skin can be applied as well. The phone works well, apart from during charging you cant use the phone properly until the charger is unplugged. Don't know why, unless anyone has some suggestions. To upgrade, follow how the documentation is

[android-beginners] Using textview and button controls for System.in and System.out.println()

2009-07-26 Thread Anthony West
Hi. I am writing a program that would use textview and button controls for System.in and System.out.println() statements. I would like to take an input from a textview, use another textview for output and a button to view output from the input. In Java I would use System.in.readint() for input,

[android-beginners] textview

2009-07-26 Thread Anthony West
Hi. I am writing a program that would take an input from a textview, use another textview for output and a button to view output from the input. In Java I would use System.in.readint() for input, and System.out.println("Some Text" + variablename) for output. How would I use Textview controls and