You are viewing our Forum Archives. To view or take place in current topics click here.
HTML document As standalone App
Posted:

HTML document As standalone AppPosted:

dannothemanno
  • New Member
Status: Offline
Joined: Mar 25, 201410Year Member
Posts: 6
Reputation Power: 0
Status: Offline
Joined: Mar 25, 201410Year Member
Posts: 6
Reputation Power: 0
I have a dynamic HTML document that contains external resources (images, css and scripts are coded inside of document). This HTML5 application is working fine with internet browser. I was wondering, if it would be possible to convert this HTML5 application into standalone Android application, so it can be executed directly without browser. Please advise.

Please give me step by step instructions this is my first HTML app..
#2. Posted:
speed
  • Summer 2023
Status: Offline
Joined: Jun 11, 200915Year Member
Posts: 9,897
Reputation Power: 3160
Motto: "I'l no I grew up to fast speed I no u will be little famous" - Famous_Energy
Motto: "I'l no I grew up to fast speed I no u will be little famous" - Famous_Energy
Status: Offline
Joined: Jun 11, 200915Year Member
Posts: 9,897
Reputation Power: 3160
Motto: "I'l no I grew up to fast speed I no u will be little famous" - Famous_Energy
It seems pretty simple to do.

Check out this short guide.

[ Register or Signin to view external links. ]
#3. Posted:
dannothemanno
  • New Member
Status: Offline
Joined: Mar 25, 201410Year Member
Posts: 6
Reputation Power: 0
Status: Offline
Joined: Mar 25, 201410Year Member
Posts: 6
Reputation Power: 0
If some one can show me how to do this via video conferencing or team viewer, would be a life saver
#4. Posted:
Odin
  • Christmas!
Status: Offline
Joined: Dec 23, 201014Year Member
Posts: 2,446
Reputation Power: 80
Status: Offline
Joined: Dec 23, 201014Year Member
Posts: 2,446
Reputation Power: 80
SPEED wrote It seems pretty simple to do.

Check out this short guide.

[ Register or Signin to view external links. ]


I never thought of looking up html5 to android app! This is awesome, thanks SPEED
#5. Posted:
dannothemanno
  • New Member
Status: Offline
Joined: Mar 25, 201410Year Member
Posts: 6
Reputation Power: 0
Status: Offline
Joined: Mar 25, 201410Year Member
Posts: 6
Reputation Power: 0
Anyone?

does anyone know how to do this?
#6. Posted:
Kyle93
  • Winter 2021
Status: Offline
Joined: Jun 25, 201014Year Member
Posts: 4,078
Reputation Power: 2628
Motto: https://www.thetechgame.com/Forums/t=7804 333/vote-for-tune-of-the-week-friday-nigh ts-lockdown-dj-sets.html
Motto: https://www.thetechgame.com/Forums/t=7804 333/vote-for-tune-of-the-week-friday-nigh ts-lockdown-dj-sets.html
Status: Offline
Joined: Jun 25, 201014Year Member
Posts: 4,078
Reputation Power: 2628
Motto: https://www.thetechgame.com/Forums/t=7804 333/vote-for-tune-of-the-week-friday-nigh ts-lockdown-dj-sets.html
dannothemanno wrote Anyone?

does anyone know how to do this?


If you where to follow speeds link and scroll just a tiny bit down you would find this.

Stack Overflow wrote Create an Android app using Eclipse.

Create a layout that has a <WebView> control.

Move your HTML code to /assets folder.

Load webview with your file:///android_asset/ file.

And you have an android app!


SPEED wrote It seems pretty simple to do.

Check out this short guide.

[ Register or Signin to view external links. ]


Speeds link there explains it all if you actually bother to go on it and look at it.
#7. Posted:
dannothemanno
  • New Member
Status: Offline
Joined: Mar 25, 201410Year Member
Posts: 6
Reputation Power: 0
Status: Offline
Joined: Mar 25, 201410Year Member
Posts: 6
Reputation Power: 0
I have a apk that has one of my older calcs that works, can anyone take it apart to see the source code?
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.