Hi, I am totally new to android. I followed the instructions on google
and had the application running. However, when I started with "Hello
world", my changes would not reflect on the emulator. When the
emulator comes up, it just shows "Android". Below is the simple code
that I am trying to run.

    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        TextView tv = new TextView(this);
        tv.setTag("Hello World");
        setContentView(tv);
        /**setContentView(R.layout.main);**/
    }

--~--~---------~--~----~------------~-------~--~----~
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]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to