Skip to content

Commit b12f395

Browse files
committed
Build changes
1 parent 5005601 commit b12f395

File tree

3 files changed

+247
-86
lines changed

3 files changed

+247
-86
lines changed

pages/android.html

+16-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,22 @@ <h1 id="android">Android</h1>
4141
<blockquote>
4242
<p>SmallBASIC for Android guide</p>
4343
</blockquote>
44+
<p>The Android version of SmallBASIC comes with a built-in Integrated
45+
Development Environment (IDE), you can write programs on your
46+
Android-powered tablet or mobile phone and run them instantly.</p>
4447
<h2 id="getting-started">Getting started</h2>
45-
<p>The system menu is accessed by the “three vertical dots” button in
46-
the bottom right corner of the screen.</p>
48+
<p>In the video below the basic steps of creating a file, opening it in
49+
the internal editor and executing the program are shown.</p>
50+
<div class="video-container">
51+
<iframe width="1160" height="653" src="https://www.youtube.com/embed/2fW7usYY_CA" title="SmallBASIC &quot;Hello World&quot;" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
52+
</iframe>
53+
</div>
54+
<p>Please note, that at the first start of the Android version of
55+
SmallBASIC, the editor is turned off. A mouse click on a program name
56+
will start it immediately. If you want to edit the file, please turn on
57+
the editor by clicking on the three dots in the lower right corner and
58+
choosing the entry <code>Editor [OFF]</code> to enable the editor.</p>
59+
<h2 id="step-by-step-guide">Step-by-Step Guide</h2>
4760
<p><img src="/images/android_menu1.png"
4861
title="System Menu button" /></p>
4962
<p>The items displayed depend on whether the file browser, code editor
@@ -291,7 +304,7 @@ <h2 id="privacy-policy">Privacy Policy <a
291304
<p><a href="privacy.html">Privacy Policy</a></p>
292305
</div>
293306
<div class="pagefooter">
294-
This page was last edited on Fri, 26 Apr 2024 06:53:31 +0930
307+
This page was last edited on Mon, 7 Apr 2025 22:04:07 +0200
295308
|
296309
<a href="https://en.wikipedia.org/wiki/Markdown" target="_blank" rel="nofollow">Markdown</a>
297310
processed with

0 commit comments

Comments
 (0)