Skip to content

itjustworksteam/android-app

Repository files navigation

ANDROID APP

Build Status

In this repository you find an android app that you can use to display a web page from a server. For example the web page of your company and so on...

What you have to modify

You have to modify only the file named MainActivity.java the part of the constants:

private static String title = "Your title goes here";
private static String URL = "Your URL goes here";
private static String loading = "Your loading text goes here";

About

a simple android app that display a web page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages