What I understood is that you are trying to read your project files based on
clicking a button. Since when you upload an application on Emulator, you
upload its .apk file and not the source code ( I may be wrong here ). So
essentially to access these files, you might want to connect to the
(development server - make a HTTP request) and then read the response that
you get and display it on the Emulator screen.
Thanks,
J
On Thu, Jun 19, 2008 at 3:22 PM, ruben <[EMAIL PROTECTED]> wrote:
>
>
>
> 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
-~----------~----~----~----~------~----~------~--~---