User Tools

Site Tools


getting_started:docs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
getting_started:docs [2014/12/19 22:45]
bcarroll [JavaScript]
getting_started:docs [2021/07/25 09:14] (current)
stevegarman link to docs on github
Line 1: Line 1:
-The docs section of the [[ide|IDE]] is a good place for newcomers to look to find out how DroidScript works.+======Documentation====== 
 +The docs section of the **[[ide|IDE]]** is a good place for newcomers to look to find out how DroidScript works.
  
 At the very least, you should look at the first two sections, Introduction and Layouts. At the very least, you should look at the first two sections, Introduction and Layouts.
  
-====Introduction====+If you do not have DroidScript installed you can preview the docs at  https://symdstools.github.io/Docs/docs/Docs.htm 
 + 
 +=====Introduction=====
 Start here to find the very basics of the DroidScript app. Start here to find the very basics of the DroidScript app.
  
-====app==== +=====app===== 
-all methods of the [[built_in:app]] object\\   +all methods of the **[[built_in:app]]** object\\   
-all [[built_in:app_events|Events]] of the app object\\+all **[[built_in:app_events|Events]]** of the app object\\ 
 + 
 +=====Layouts===== 
 +Show the basics of organising stuff on the screen **[[built_in:layouts|Layouts]]**
  
-====Layouts==== +=====Controls=====
-Show the basics of organising stuff on the screen +
-[[built_in:layouts|Layouts]] +
-====Controls====+
 Gives details of the controls that allow you to communicate with the user and the phone or tablet on which your app is running Gives details of the controls that allow you to communicate with the user and the phone or tablet on which your app is running
  
   * [[built_in:AudioRecorder]]     * [[built_in:AudioRecorder]]  
   * [[built_in:BluetoothList]]   * [[built_in:BluetoothList]]
-  * [[built_in:BluetoothSerial]]+  * [[built_in:BluetoothSerial]] Control Bluetooth serial port devices
   * [[built_in:buttons|Buttons]] Something for the user to click to perform an action   * [[built_in:buttons|Buttons]] Something for the user to click to perform an action
-  * [[built_in:cameraview|CameraView]] +  * [[built_in:cameraview|CameraView]] Display a live feed of what is currently being seen by the phone/tablet's camera 
-  * [[built_in:checkboxes|CheckBoxes]] +  * [[built_in:checkboxes|CheckBoxes]]  
-  * [[built_in:Crypt]]+  * [[built_in:Crypt]] Encrypt and decrypt text 
 +  * [[built_in:Database]]
   * [[built_in:Dialog]]   * [[built_in:Dialog]]
   * [[built_in:Downloader]]   * [[built_in:Downloader]]
   * [[built_in:Email]]   * [[built_in:Email]]
 +  * [[built_in:glview|GLView]]
   * [[built_in:images|Images]] Display an image from a file and/or draw on it yourself with code.   * [[built_in:images|Images]] Display an image from a file and/or draw on it yourself with code.
   * [[built_in:IOIO]]   * [[built_in:IOIO]]
   * [[built_in:ListDialog]]   * [[built_in:ListDialog]]
   * [[built_in:lists|Lists]]   * [[built_in:lists|Lists]]
-  * [[built_in:Locator]] +  * [[built_in:Locator]] Use GPS and/or network to find location 
-  * [[built_in:Mediaplayer]] +  * [[built_in:Mediaplayer]]  
-  * [[built_in:MediaStore]] +  * [[built_in:MediaStore]] Query the media store for music 
-  * [[built_in:NetClient]] +  * [[built_in:NetClient]]  
-  * [[built_in:Notification]]+  * [[built_in:Notification]] Put messages in the notification drawer
   * [[built_in:NXT]]   * [[built_in:NXT]]
   * [[built_in:NXTRemote]]   * [[built_in:NXTRemote]]
Line 42: Line 47:
   * [[built_in:Service]]   * [[built_in:Service]]
   * [[built_in:SmartWatch]]   * [[built_in:SmartWatch]]
-  * [[built_in:SMS]] +  * [[built_in:SMS]] Send and receive text messages 
-  * [[built_in:SpeechRecognition]]+  * [[built_in:SpeechRecognition]] Speech to text
   * [[built_in:Spinner]]   * [[built_in:Spinner]]
-  * [[built_in:Synth]]+  * [[built_in:Synth]] Software synthesizer
   * [[built_in:Tabs]]   * [[built_in:Tabs]]
   * [[built_in:text|Text]] Simple way to display information on the screen   * [[built_in:text|Text]] Simple way to display information on the screen
   * [[built_in:textedit|TextEdit]]    * [[built_in:textedit|TextEdit]] 
-  * [[built_in:togglebuttons|ToggleButtons]] +  * [[built_in:togglebuttons|ToggleButtons]] A button with a "light" indicator and the text "ON" or "OFF". 
-  * [[built_in:USBSerial]]+  * [[built_in:USBSerial]] Control USB serial devices using OTG cable
   * [[built_in:VideoView]]   * [[built_in:VideoView]]
-  * [[built_in:WebServer]]+  * [[built_in:WebServer]] Run a webserver on your phone/tablet
   * [[built_in:webview|WebView]]   * [[built_in:webview|WebView]]
-  * [[built_in:Zip|ZipUtil]] +  * [[built_in:Zip|ZipUtil]] Compress and decompress files
  
-====Sensors====+=====Sensors=====
   * [[built_in:sensors|Sensors]]   * [[built_in:sensors|Sensors]]
  
-====JavaScript==== +=====JavaScript===== 
-  * [[wiki:Basics]] A basic introduction to the JavaScript computer language. +  * [[javascript:Basics]] A basic introduction to the JavaScript computer language. 
-====Plugins====+ 
 +=====Plugins=====
 A list of installed [[plugins:start|DroidScript Plugins]] A list of installed [[plugins:start|DroidScript Plugins]]
getting_started/docs.1419029145.txt.gz · Last modified: 2014/12/20 06:45 (external edit)