From 7ddea84b75243bbf040b5e0d34025be630836570 Mon Sep 17 00:00:00 2001 From: drifty Date: Wed, 7 May 2025 13:47:29 +0530 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c83546b..054da54 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ -# webtime +## Webtime +Here is an easy and quick way to make an Android “app” for any website. The application is just a wrapper around Android's WebView. + +#### Instruction: +1) Get Android Studio Portable from https://portapps.io/app/android-studio-portable/ (if you dont have Android Studio already) + +2) Clone or download the project zip file and open in ASP, let Gradle sync finish + +3) do ```Cntrl + Shift + F``` for the phrase ```com.example.app``` and change the package name everywhere in the listings (there are many parts of files that need to be edited) to whatever you want. + +4) edit lines 2 and 3 in strings.xml in app/res/layout folder to change the name of your app and the website it points to + +5) right click on the res folder, click on new and click on image asset and then select the icon for your app, then click next and finish + +6) after all modifications are done, go to build menu and choose clean project. Then either build a debug build or a signed released build using your own key using the build menu. + +NOTES: - install SDK command line tools from ASP SDK manager then gradle sync again if gradle sync fails