Skip to content

App Android to load web pages inside a WebView in a simple way

Notifications You must be signed in to change notification settings

juniorpires/inside-webview

Repository files navigation

Inside WebView

App Android to load web pages inside a WebView in a simple way

How to use

  • Change the URL constant path in the mainActivity class:
public class MainActivity extends AppCompatActivity {

    public static final String URL = "your url here";
    
    ...

}

About

App Android to load web pages inside a WebView in a simple way

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages