Skip to content

Commit

Permalink
Finalizing
Browse files Browse the repository at this point in the history
  • Loading branch information
bugfish\bugfishtm committed Nov 3, 2023
1 parent 4f45b09 commit 53f13cd
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 28 deletions.
45 changes: 26 additions & 19 deletions README.md
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 added _releases/1.0.zip
Binary file not shown.
53 changes: 44 additions & 9 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,31 @@
<title>Android Web App - Bugfish Documentations</title>
<meta property="og:title" content="Android Web App - Bugfish Documentations"/>
<meta name="description" content="This is the Github Documentation Website for my Android Web App Example by Bugfish. Here you can find the source code in java to create a functional android web-app which will showing your side with a few control buttons. Feel free to use this code - we wish you the best!">


<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "TechArticle",
"headline": "Android Web App",
"description": "This is the Github Documentation Website for my Android Web App Example by Bugfish. Here you can find the source code in java to create a functional android web-app which will showing your side with a few control buttons. Feel free to use this code - we wish you the best!",
"articleSection": "Introduction",
"datePublished": "2023-11-03",
"dateModified": "2023-11-03",
"author": {
"@type": "Person",
"name": "Jan-Maurice Dahlmanns"
},
"publisher": {
"@type": "Organization",
"name": "Bugfish",
"logo": {
"@type": "ImageObject",
"url": "https://www.bugfish-github.de/assets/bugfish.png"
}
}
}
</script>
</head>
<body class="docs-page" data-finder-wrapper>
<header class="header fixed-top">
Expand Down Expand Up @@ -78,13 +103,24 @@ <h1 class="docs-heading">Android Web App <span class="docs-time">Documentations<
</header>
<section class="docs-section" id="item-1-1">
<h2 id="general-informations" class="orangetext">General Informations</h2>
<p>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!</p>
<br /><h2 id="requirements-to-compile" class="orangetext">Requirements to Compile</h2>
<p>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.</p>
<br /><h2 id="informations-how-to-modify-the-source-to-fit-your-needs" class="orangetext">Modify Source Code</h2>
<p>Change the var &quot;theURL&quot; to your Websites URL you want to use.<br>The var is in the File: &quot;source\app\src\main\java\com\bugfish\webapp\MainActivity.java&quot; </p>
<p>If this is needed, change the Image of the App, by replacing the image files in:<br>&quot;source\app\src\main\res\&quot;</p>
<p>If needed, change to Gradle App-ID in the Gradle Files.<br>If you make 2 webapps with the same AppID, one will be installed if you try to install them simultanously on devices. </p>
<p>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.</p>
<br /><h2 id="requirements-to-compile" class="orangetext">Requirements for Compilation</h2>
<p>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.</p>
<br /><h2 id="informations-how-to-modify-the-source-to-fit-your-needs" class="orangetext">Modifying the Source Code</h2>
<ol>
<li>
Change the variable "theURL" to your website's URL. You can find this variable in the following file:
<code>"source\app\src\main\java\com\bugfish/webapp/MainActivity.java"</code>
</li>
<li>
If necessary, replace the default app image by replacing the image files located in:
<code>"source\app\src\main\res/"</code>
</li>
<li>
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.
</li>
</ol>




Expand All @@ -106,8 +142,7 @@ <h2 class="docs-heading">Additional Informations</h2>
<section class="docs-section" id="item-9-2" style="border-bottom: none;">
<h2 class="section-heading">License Informations</h2>
<br /><h4>Web App Template License</h4>
<p>Copyright 2023 www.bugfish.eu Jan-Maurice Dahlmanns (Bugfish)<br />
This Product is running with MIT LICENSE<br /><br />
<p>Copyright 2023 www.bugfish.eu Jan-Maurice Dahlmanns (Bugfish)<br /><br />
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:<br /><br />
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.<br /><br />
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. </p>
Expand Down

0 comments on commit 53f13cd

Please sign in to comment.