Skip to content

Commit

Permalink
1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bugfish\bugfishtm committed Aug 22, 2024
1 parent cf5bb15 commit 1fc33cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
Binary file modified _releases/1.0.zip
Binary file not shown.
17 changes: 0 additions & 17 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -550,43 +550,26 @@ <h2 id="requirements">Requirements</h2>
</ul>
<h2 id="modifications">Modifications</h2>
<ol>
<li><strong>Change the URL</strong>:</li>
<li>Open the <code>MainActivity.java</code> file located at <code>source/app/src/main/java/com/bugfish/webapp/</code>.</li>
<li>
<p>Modify the <code>theURL</code> variable to your desired website URL.</p>
</li>
<li>
<p><strong>Update the App Image</strong> (if necessary):</p>
</li>
<li>
<p>Replace the default app image by updating the image files located in <code>source/app/src/main/res/</code>.</p>
</li>
<li>
<p><strong>Handle Multiple Web Apps</strong>:</p>
</li>
<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>
</ol>
<h2 id="usage">Usage</h2>
<ol>
<li><strong>Import the Project</strong>:</li>
<li>
<p>Open Android Studio and import the source folder.</p>
</li>
<li>
<p><strong>Modify the Source Code</strong>:</p>
</li>
<li>
<p>Make the necessary changes as described in the Modifications section.</p>
</li>
<li>
<p><strong>Compile and Build</strong>:</p>
</li>
<li>
<p>Compile the project in Android Studio to generate the <code>.apk</code> file.</p>
</li>
<li>
<p><strong>Install the App</strong>:</p>
</li>
<li>Deploy the <code>.apk</code> file to your Android device for testing and use.</li>
</ol>
<p>Feel free to customize the app further according to your needs and preferences.</p></div>
Expand Down

0 comments on commit 1fc33cd

Please sign in to comment.