Difference between revisions of "Phonebot developer's reference"

From EtherWiki
Jump to: navigation, search
 
Line 3: Line 3:
 
# [[Phonebot developer's reference/Creating applications|Creating applications]] - An overview of the development environment
 
# [[Phonebot developer's reference/Creating applications|Creating applications]] - An overview of the development environment
 
# [[Phonebot developer's reference/Script language|Script language]] - Details on what the script language provides
 
# [[Phonebot developer's reference/Script language|Script language]] - Details on what the script language provides
# [[Phonebot developer's reference/Object reference|Object reference]] - A catalog of all object properties, methods, and events
+
# [[Phonebot developer's reference/Object reference|Object reference]] - A catalog of all object properties, methods, and events, including tools such as:
# [[Phonebot developer's reference/Sample applications|Sample applications]] - A description of what is contained in each sample application
+
## [[Phonebot_developer%27s_reference/Object_reference#Visual_types|Visual controls]] such as buttons, edit boxes, and lists
 +
## [[Phonebot developer's reference/Object reference/Using Phonebot services|Hardware services]] such as email, GPS, phone, and Web requests
 +
## [[Managing_databases_in_Phonebot_applications#Database|Database]] and [[Phonebot_developer%27s_reference/Object_reference/Using_the_Phonebot_file_object|file]] objects for persistent storage
 +
## [[Phonebot_developer%27s_reference/Object_reference#Json|JSON]] and [[Phonebot_developer%27s_reference/Object_reference#XML|XML]] objects accessing Web service data
 +
# [[Phonebot developer's reference/Sample applications|Sample applications]] - A description of what is contained in each sample application, including:
 +
## Examples of how to use all Phonebot script object types
 +
## An email client
 +
## A Google New and Twitter Web service client
 
# [[Phonebot developer's reference/Advanced tools|Advanced tools]] - Features available only in Phonebot Plus
 
# [[Phonebot developer's reference/Advanced tools|Advanced tools]] - Features available only in Phonebot Plus
  
 
[[Category:Phonebot]]
 
[[Category:Phonebot]]

Latest revision as of 03:30, 22 August 2012

A reference guide for developing applications with the Phonebot Android app.

  1. Creating applications - An overview of the development environment
  2. Script language - Details on what the script language provides
  3. Object reference - A catalog of all object properties, methods, and events, including tools such as:
    1. Visual controls such as buttons, edit boxes, and lists
    2. Hardware services such as email, GPS, phone, and Web requests
    3. Database and file objects for persistent storage
    4. JSON and XML objects accessing Web service data
  4. Sample applications - A description of what is contained in each sample application, including:
    1. Examples of how to use all Phonebot script object types
    2. An email client
    3. A Google New and Twitter Web service client
  5. Advanced tools - Features available only in Phonebot Plus