User Tools

Site Tools


getting_started:wifi_ide

Differences

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

Link to this comparison view

getting_started:wifi_ide [2015/03/10 20:51]
stevegarman [Tutorials]
getting_started:wifi_ide [2018/02/24 22:21]
Line 1: Line 1:
-====== Wifi Ide ====== 
-{{:pics:screenshot_2014-10-08-06-54-32.png?200|}} 
  
-The Wifi IDE (or web IDE) is the tool that allows the editing of DroidScript programs in any computer connected to the same Wifi network as your phone. 
- 
- 
-===== Loading images, sounds and other assets to your app ===== 
- 
-The Wifi IDE allows you to transfer images, sounds and other files to your DroidScript program. To do this just open the program that you want to edit, select the "assets" icon on the left pane {{:assets.png?100|}} and then upload the the file to the corresponding option (Images, Sounds, Html and Misc) using the upload button. 
- 
- 
-==== The Asset Manager ==== 
- 
-This is an annotated image of the components of the asset manager: 
-{{:assetnote.png?d400|}} 
- 
-==== Using uploaded images ==== 
- 
-The images that you upload with the Wifi IDE get saved inside the folder of your current AdroidScript program, in the folder "Img". 
- 
-So for example to access an image called "MyImage.png" that you uploaded to the Images folder you should use the code: 
- 
-<code>imgMyImage = app.CreateImage( "Img/MyImage.png" );</code> 
- 
-==== App Icon ==== 
-If the image has exactly the same name as the app, it will be used as the app icon 
- 
-e.g. if your script is called “MyApp” the icon should be “MyApp.png”. 
-==== Tutorials ==== 
-There is a good description of the use of the WiFi IDE in the official DroidScript tutorials\\ 
-[[http://www.androidscript.org/Home/tutorials/tut_first_app_part_1.html|My first app.part 1]] \\ 
-[[http://www.androidscript.org/Home/tutorials/tut_first_app_part_2.html|My first app.part 2]] \\ 
getting_started/wifi_ide.txt · Last modified: 2018/02/24 22:21 (external edit)