You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.html
+11-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,6 @@
29
29
30
30
31
31
32
-
33
32
<scripttype="application/ld+json">
34
33
{
35
34
"@context": "http://schema.org",
@@ -73,6 +72,7 @@
73
72
<metaname="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.">
<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>
550
550
</ul>
551
551
<h2id="modifications">Modifications</h2>
552
-
<ol>
552
+
<ul>
553
553
<li>Open the <code>MainActivity.java</code> file located at <code>source/app/src/main/java/com/bugfish/webapp/</code>.</li>
554
554
<li>
555
555
<p>Modify the <code>theURL</code> variable to your desired website URL.</p>
556
556
</li>
557
557
<li>
558
558
<p>Replace the default app image by updating the image files located in <code>source/app/src/main/res/</code>.</p>
559
559
</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>
562
564
<h2id="usage">Usage</h2>
563
-
<ol>
565
+
<ul>
564
566
<li>
565
567
<p>Open Android Studio and import the source folder.</p>
566
568
</li>
@@ -570,8 +572,10 @@ <h2 id="usage">Usage</h2>
570
572
<li>
571
573
<p>Compile the project in Android Studio to generate the <code>.apk</code> file.</p>
572
574
</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>
575
579
<p>Feel free to customize the app further according to your needs and preferences.</p></div>
Copy file name to clipboardExpand all lines: docs/license.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,6 @@
32
32
33
33
34
34
35
-
36
35
<scripttype="application/ld+json">
37
36
{
38
37
"@context": "http://schema.org",
@@ -76,6 +75,7 @@
76
75
<metaname="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.">
Copy file name to clipboardExpand all lines: docs/mkdocs/docs/index.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,28 +10,21 @@ The Android WebApp Example is a ready-to-use Android Studio project designed to
10
10
11
11
## Modifications
12
12
13
-
1.**Change the URL**:
14
13
- Open the `MainActivity.java` file located at `source/app/src/main/java/com/bugfish/webapp/`.
15
14
- Modify the `theURL` variable to your desired website URL.
16
15
17
-
2.**Update the App Image** (if necessary):
18
16
- Replace the default app image by updating the image files located in `source/app/src/main/res/`.
19
17
20
-
3.**Handle Multiple Web Apps**:
21
18
- 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.
22
19
23
20
## Usage
24
21
25
-
1.**Import the Project**:
26
22
- Open Android Studio and import the source folder.
27
23
28
-
2.**Modify the Source Code**:
29
24
- Make the necessary changes as described in the Modifications section.
30
25
31
-
3.**Compile and Build**:
32
26
- Compile the project in Android Studio to generate the `.apk` file.
33
27
34
-
4.**Install the App**:
35
28
- Deploy the `.apk` file to your Android device for testing and use.
36
29
37
30
Feel free to customize the app further according to your needs and preferences.
0 commit comments