Skip to content

Commit 4af1515

Browse files
authored
Merge pull request #335 from hamacjumar/beta
Beta
2 parents a39e5e5 + 0232662 commit 4af1515

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

files/conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"langs": {
1111
"en": "English"
1212
},
13-
"vers": ["v276", "beta", "v266", "v264"],
14-
"version": "v276",
13+
"vers": ["v278"],
14+
"version": "v278",
1515
"regHide": "^(_.*|.+\\._.*|(Create|Install)Wallpaper|Create(Object|ListView|NxtRemote|SmartWatch)|GetLast.*|(Set|Is)DebugEnabled|Odroid|Draw|Release|Explode|Detailed|IsEngine|SetOn(Touch|Connect)Ex|id|S?Obj|ctx\\.(un)?loadTexture)$",
1616
"regControl": "^(Create(?!Debug).*|OpenDatabase|Odroid)$",
1717
"tname": {

files/markup/en/intro/01 Overview.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,13 @@ DroidScript comes with many sample Apps, ranging from very simple "Hello World"
1818
In order to maintain the scale of graphical objects in devices with different screen resolutions and orientations, all positioning and sizing values are given as a decimal **fraction** of the screen width or height. For example creating a button with a width of 0.5 would make the button half the screen width and using a height of 0.1 would make the button one tenth of screen height. You can however specify -1 or leave out the width and height parameters completely on many controls if you want the control to size according to its contents.
1919

2020
### Getting Started
21-
Before starting to write your own Apps it's a good idea to read the documentation explaining '[Layouts](../app/CreateLayout.htm)' as these are a fundamental part of every DroidScript App.
21+
Before starting to write your own Apps, we recommend watching the overview video below.
22+
It will give you a good introduction to DroidScript.
23+
24+
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;">
25+
<iframe style="position: absolute; top:0; left:0; width:100%; height:100%;" src="https://www.youtube.com/embed/JANgL1dbCpk?si=CdFG_KwH1Ji0jIEV" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
26+
</div>
27+
28+
29+
After watching the video, it's a good idea to read the documentation explaining '[Layout](../app/CreateLayout.htm)' as this is a fundamental part of every DroidScript App.
30+

0 commit comments

Comments
 (0)