Skip to content

NavinShankar/Web-to-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Open app/src/main/res/values/strings.xml and edit app_name and web_url strings.

  2. Open the app/scr/main/java/com.example.app/MyWebViewClient.java file and replace example.com on line 16 with your hostname.

    String hostname = "example.com";
  3. If you want to change package name, go to app/build.gradle and change it on line 7./

Example:

	applicationId "com.example.app"

Using a local source

If you want to create a local HTML5 android app put all your files (including your index.html) in the assets directory

Branding

If you want to change package name, go to app/build.gradle and change it on line 7./

Example:

	applicationId "com.example.app"

To change application icon, replace files in app/src/main/res/mipmap-* with your icon.

About

Basic Java code to convert Website to Mobile App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published