[android-developers] Re: How do I intergrate a html document into the code

2010-09-20 Thread Raziel23x
Is there any type of app that can convert the html doc to the needed java based gui since the html holds the main gui -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: How do I intergrate a html document into the code

2010-09-20 Thread String
On Sep 20, 7:29 am, Raziel23x raziel...@gmail.com wrote: Is there any type of app that can convert the html doc to the needed java based gui since the html holds the main gui Nothing is going to convert the HTML to Java, but you can build a fairly respectable app purely in HTML+scripting in a

[android-developers] Re: How do I intergrate a html document into the code

2010-09-20 Thread Raziel23x
I was just curious because I am a part of a group of python scritp programers who is working on a tool called wyre bash which is a tool for the game call the elder scrolls iv oblivion which the tool is made to manage users plugins for mods as well as other tools to help intergrate all player made

[android-developers] Re: How do I intergrate a html document into the code

2010-09-19 Thread Maps.Huge.Info (Maps API Guru)
Put it into the assets folder for your application and load it by using: mywebview.loadUrl(file:///android_asset/index.html); -John Coryat -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to