Hi All,
Cannot get a simple HelloWorld extension to work. Instead of using -
just want to display the HelloWorld
ViewGroup vGrp = new ViewGroup(this);
TextView tv = new TextView(this);
tv.setText("Hello, Android 1");
TextView tv = new TextView(this);
tv.setText("Hello, Android 1");
setContentView(tv);
I cannot find any example code for this and do not want to use a UI
Editor such as http://www.droiddraw.org
thnx,
Chad
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---