Skip to content

jxmked/StaticWeb2AndroidApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Attemping to use web view to act static web app as native app

This source also works with Android AIDE

How to use?

Just put all of your javascript, html and css files in assets folder and

Change these files according to your needs

  • build.gradle
  • AndroidManifest.xml
  • All icons and images in res folder
  • res/values/strings.xml
  • /main/java/io/xcreation/app/WebViewActivity.java
  • And the path to WebViewActivity.java

Inspired by android-webpage-app