Author Topic: Need help converting website to offline android apk  (Read 1046 times)

0 Members and 1 Guest are viewing this topic.

Offline 0E 800

  • Not a VIP
  • VIP
  • Baron
  • *
  • Posts: 895
  • Cookies: 131
  • • тнε ιηтεяηεт ιs мү яεcүcℓε-вιη •
    • View Profile
Need help converting website to offline android apk
« on: October 22, 2015, 01:49:51 am »
Site: http://bios-pw.org/
Source: https://github.com/bacher09/pwgen-for-bios

Goal: Create a simple android app that is able to run offline.

Pitfalls: Tried online helpers that claim to convert websites to android app. They do create a apk but they use webview or something and require internet access.

Any advice, avenues to check would be greatly appreciated.

« Last Edit: October 22, 2015, 01:50:22 am by 0E 800 »
The invariable mark of wisdom is to see the miraculous in the common.

Offline Kurajber

  • Serf
  • *
  • Posts: 43
  • Cookies: 7
  • Don't Drink and Root
    • View Profile
Re: Need help converting website to offline android apk
« Reply #1 on: October 22, 2015, 02:33:11 am »
You should create a hybrid app using Ionic. Google a bit, try to do it, I can help you if you get stuck.
0000010100100000

Offline 0E 800

  • Not a VIP
  • VIP
  • Baron
  • *
  • Posts: 895
  • Cookies: 131
  • • тнε ιηтεяηεт ιs мү яεcүcℓε-вιη •
    • View Profile
Re: Need help converting website to offline android apk
« Reply #2 on: October 22, 2015, 11:53:26 pm »
Thank you for your advice. Currently am using Android Studio and using Webview class.

The invariable mark of wisdom is to see the miraculous in the common.

Offline Pyromaniac

  • /dev/null
  • *
  • Posts: 19
  • Cookies: 3
    • View Profile
Re: Need help converting website to offline android apk
« Reply #3 on: October 23, 2015, 06:45:03 am »
I had some good experience with Intel XDK (it's a tool to build app with html5) before  ;D. Looks like the site just contains html and js so you should be able to use the source directly to build the app.

Offline 0E 800

  • Not a VIP
  • VIP
  • Baron
  • *
  • Posts: 895
  • Cookies: 131
  • • тнε ιηтεяηεт ιs мү яεcүcℓε-вιη •
    • View Profile
Re: Need help converting website to offline android apk
« Reply #4 on: October 23, 2015, 11:32:25 pm »
I had some good experience with Intel XDK (it's a tool to build app with html5) before  ;D. Looks like the site just contains html and js so you should be able to use the source directly to build the app.

Nice this helped very much. Makes it way more easy to port to other devices.


Here is my App :) Formatted for android smart phones, might not look very great on a tablet.



« Last Edit: October 25, 2015, 06:45:16 am by 0E 800 »
The invariable mark of wisdom is to see the miraculous in the common.

Offline Matangub

  • /dev/null
  • *
  • Posts: 9
  • Cookies: -6
    • View Profile
Re: Need help converting website to offline android apk
« Reply #5 on: February 01, 2016, 06:48:59 am »
Ionic is ment for building a web app from scratch. If you just want to wrap the website as an app simply create an iframe of your site in a new cordova project.

Ionic just adds a bunch of other stuff you dont need like the css files etc.

Sent from my LG-D855 using Tapatalk