-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
bugfish\bugfishtm
committed
Nov 3, 2023
1 parent
4f45b09
commit 53f13cd
Showing
3 changed files
with
70 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,39 @@ | ||
![Bugfish](https://img.shields.io/badge/Bugfish-Software-orange) | ||
![Bugfish](https://img.shields.io/badge/Bugfish-Template-orange) | ||
![Status](https://img.shields.io/badge/Status-Finished-green) | ||
![License](https://img.shields.io/badge/License-MIT-black) | ||
![Version](https://img.shields.io/badge/Version-1.0-white) | ||
|
||
# Android Webapp Example | ||
# Android WebApp Example | ||
|
||
Repository: https://github.com/bugfishtm/Android-Web-App-Example | ||
Documentation: https://bugfishtm.github.io/Android-Web-App-Example/ | ||
You can find the available documentation in this repositories "docs" folder! | ||
**Repository:** [GitHub Repository](https://github.com/bugfishtm/Android-Web-App-Example) | ||
**Documentation:** [Online Documentation](https://bugfishtm.github.io/Android-Web-App-Example/) | ||
|
||
## General Informations | ||
## Overview | ||
|
||
This is a ready to use Android Studio Project to compile a simple Webapp with some Controls at the bottom (Forward, Back, Home) You can just change the related URL inside the main.java file and compile it - after that you have a finished .apk file. With this project you can easy create your own websites Web-App. You just need to have Android Studio installed on your system, than you can open the project and change the required data! This will give you the possibility to easy deploy apps related to your website, if you need them! | ||
The Android WebApp Example is a ready-to-use Android Studio project designed to create a simple web app with built-in controls at the bottom, including forward, back, and home buttons. You can easily customize this web app by modifying the main.java file to specify your desired URL and then compile it to generate a finished .apk file. This project simplifies the process of creating web apps related to your website. All you need is Android Studio installed on your system, and you can quickly make the necessary changes. | ||
|
||
## Requirements to Compile | ||
|
||
This software has been programmed with Android Studio, its recommended to use this Development. Environment to Modify Source and Compile. You can move the source folder into the Android Studio Window. | ||
## Requirements for Compilation | ||
|
||
## Modify Source Code | ||
This software is developed using Android Studio, and we recommend using this development environment to modify the source code and compile the project. You can simply import the source folder into Android Studio. | ||
|
||
Change the var "theURL" to your Websites URL you want to use. | ||
The var is in the File: "source\app\src\main\java\com\bugfish\webapp\MainActivity.java" | ||
## Modifying the Source Code | ||
|
||
If this is needed, change the Image of the App, by replacing the image files in: | ||
"source\app\src\main\res\" | ||
To customize the web app for your specific needs, follow these steps: | ||
|
||
If needed, change to Gradle App-ID in the Gradle Files. | ||
If you make 2 webapps with the same AppID, one will be installed if you try to install them simultanously on devices. | ||
1. Change the variable "theURL" to your website's URL. You can find this variable in the following file: | ||
"source\app\src\main\java\com\bugfish/webapp/MainActivity.java" | ||
|
||
## Issues | ||
If you need help visit www.bugfish.eu! Besides that you can contact [email protected] if you have any issues. We will do the best to provide help! | ||
2. If necessary, replace the default app image by replacing the image files located in: | ||
"source\app\src\main\res/" | ||
|
||
3. If you intend to create multiple web apps, remember to update the Gradle App-ID in the Gradle files. Using the same App-ID for multiple web apps may result in conflicts when installing them on devices simultaneously. | ||
|
||
## Support and Assistance | ||
|
||
If you encounter any issues or require assistance, please visit [bugfish.eu](https://www.bugfish.eu/) for additional resources. You can also contact us at [[email protected]](mailto:[email protected]), and we will do our best to assist you. | ||
|
||
This Android WebApp Example project offers a convenient way to deploy customized apps related to your website, enhancing your online presence and user experience. | ||
|
||
## License Information | ||
|
||
The license details for this Android WebApp Example project can be found in the "license.md" file within the project repository. Please review this file to understand the terms and conditions of use and distribution. It is essential to comply with the project's license to ensure legal and ethical usage of the provided resources. |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters