Skip to content

Commit ccdb6a6

Browse files
author
bugfish\bugfishtm
committed
1.0
1 parent 1fc33cd commit ccdb6a6

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

_releases/1.0.zip

-177 Bytes
Binary file not shown.

docs/index.html

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929

3030

3131

32-
3332
<script type="application/ld+json">
3433
{
3534
"@context": "http://schema.org",
@@ -73,6 +72,7 @@
7372
<meta name="og:description" content="Presenting a Streamlined Android Studio Template for an Android WebView App, perfectly tailored to showcase your website. Detailed documentation is available for comprehensive insights into this project. It is generously shared under the GPLv3 License, allowing full access to the open-source code.">
7473
<meta property="og:image" content="./meta.png" />
7574

75+
7676

7777

7878

@@ -549,18 +549,20 @@ <h2 id="requirements">Requirements</h2>
549549
<li><strong>Android Studio</strong>: This software is developed using Android Studio. We recommend using this development environment to modify the source code and compile the project. You can import the source folder into Android Studio to get started.</li>
550550
</ul>
551551
<h2 id="modifications">Modifications</h2>
552-
<ol>
552+
<ul>
553553
<li>Open the <code>MainActivity.java</code> file located at <code>source/app/src/main/java/com/bugfish/webapp/</code>.</li>
554554
<li>
555555
<p>Modify the <code>theURL</code> variable to your desired website URL.</p>
556556
</li>
557557
<li>
558558
<p>Replace the default app image by updating the image files located in <code>source/app/src/main/res/</code>.</p>
559559
</li>
560-
<li>If you plan 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>
561-
</ol>
560+
<li>
561+
<p>If you plan 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.</p>
562+
</li>
563+
</ul>
562564
<h2 id="usage">Usage</h2>
563-
<ol>
565+
<ul>
564566
<li>
565567
<p>Open Android Studio and import the source folder.</p>
566568
</li>
@@ -570,8 +572,10 @@ <h2 id="usage">Usage</h2>
570572
<li>
571573
<p>Compile the project in Android Studio to generate the <code>.apk</code> file.</p>
572574
</li>
573-
<li>Deploy the <code>.apk</code> file to your Android device for testing and use.</li>
574-
</ol>
575+
<li>
576+
<p>Deploy the <code>.apk</code> file to your Android device for testing and use.</p>
577+
</li>
578+
</ul>
575579
<p>Feel free to customize the app further according to your needs and preferences.</p></div>
576580

577581

docs/license.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232

3333

3434

35-
3635
<script type="application/ld+json">
3736
{
3837
"@context": "http://schema.org",
@@ -76,6 +75,7 @@
7675
<meta name="og:description" content="This page outlines the licensing terms and conditions for using the software. It details user rights, restrictions, and obligations associated with the use of the software.">
7776
<meta property="og:image" content="./meta.png" />
7877

78+
7979

8080

8181

docs/mkdocs/docs/index.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,21 @@ The Android WebApp Example is a ready-to-use Android Studio project designed to
1010

1111
## Modifications
1212

13-
1. **Change the URL**:
1413
- Open the `MainActivity.java` file located at `source/app/src/main/java/com/bugfish/webapp/`.
1514
- Modify the `theURL` variable to your desired website URL.
1615

17-
2. **Update the App Image** (if necessary):
1816
- Replace the default app image by updating the image files located in `source/app/src/main/res/`.
1917

20-
3. **Handle Multiple Web Apps**:
2118
- If you plan 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.
2219

2320
## Usage
2421

25-
1. **Import the Project**:
2622
- Open Android Studio and import the source folder.
2723

28-
2. **Modify the Source Code**:
2924
- Make the necessary changes as described in the Modifications section.
3025

31-
3. **Compile and Build**:
3226
- Compile the project in Android Studio to generate the `.apk` file.
3327

34-
4. **Install the App**:
3528
- Deploy the `.apk` file to your Android device for testing and use.
3629

3730
Feel free to customize the app further according to your needs and preferences.

docs/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)