[PHP][HTML][APK][Q] Creating basic app/webapp.

Search This thread

Pawelelo520

New member
Nov 7, 2013
4
0
Hello ,
I want to make am basic app of website . To be accessable offline.

I have files:
database/database.txt
css/style.css
img/logo.jpg
index.php

My question and ask:

Would You help me how to put that files info apk file and make it all working (php) ?
 
Jan 17, 2011
11
0
Hello ,
I want to make am basic app of website . To be accessable offline.

I have files:
database/database.txt
css/style.css
img/logo.jpg
index.php

My question and ask:

Would You help me how to put that files info apk file and make it all working (php) ?

You could just simply use a WebView ?

Google - Android WebView example

Should help you out.