Skip to content

Commit 1fc33cd

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

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

_releases/1.0.zip

50.7 KB
Binary file not shown.

docs/index.html

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -550,43 +550,26 @@ <h2 id="requirements">Requirements</h2>
550550
</ul>
551551
<h2 id="modifications">Modifications</h2>
552552
<ol>
553-
<li><strong>Change the URL</strong>:</li>
554553
<li>Open the <code>MainActivity.java</code> file located at <code>source/app/src/main/java/com/bugfish/webapp/</code>.</li>
555554
<li>
556555
<p>Modify the <code>theURL</code> variable to your desired website URL.</p>
557556
</li>
558557
<li>
559-
<p><strong>Update the App Image</strong> (if necessary):</p>
560-
</li>
561-
<li>
562558
<p>Replace the default app image by updating the image files located in <code>source/app/src/main/res/</code>.</p>
563559
</li>
564-
<li>
565-
<p><strong>Handle Multiple Web Apps</strong>:</p>
566-
</li>
567560
<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>
568561
</ol>
569562
<h2 id="usage">Usage</h2>
570563
<ol>
571-
<li><strong>Import the Project</strong>:</li>
572564
<li>
573565
<p>Open Android Studio and import the source folder.</p>
574566
</li>
575567
<li>
576-
<p><strong>Modify the Source Code</strong>:</p>
577-
</li>
578-
<li>
579568
<p>Make the necessary changes as described in the Modifications section.</p>
580569
</li>
581570
<li>
582-
<p><strong>Compile and Build</strong>:</p>
583-
</li>
584-
<li>
585571
<p>Compile the project in Android Studio to generate the <code>.apk</code> file.</p>
586572
</li>
587-
<li>
588-
<p><strong>Install the App</strong>:</p>
589-
</li>
590573
<li>Deploy the <code>.apk</code> file to your Android device for testing and use.</li>
591574
</ol>
592575
<p>Feel free to customize the app further according to your needs and preferences.</p></div>

0 commit comments

Comments
 (0)