Hi all,

I'm looking for an easy way to convert HelloWorld code to code that
displays a simple web browser.

In other words, how can I pass from this code:

public class HA extends Activity {
    /** Called when the activity is first created. */
    @Override
    public void onCreate(Bundle icicle) {
        super.onCreate(icicle);
        setContentView(R.layout.main);
    }
}

to simple code for browsing the web (with a button at the menu bar
that calls a function):

<HelloWorld.java> ???
<res\drawable> ???
<res\layout> ???
<res\layout> ???

Thanks,
Ruben

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to