Difference between revisions of "Phonebot developer's reference"
From EtherWiki
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | # [[Phonebot developer's reference/Script language|Script language]] | + | A reference guide for developing applications with the [[Phonebot]] Android app. |
− | # [[Phonebot developer's reference/Object reference|Object reference]] | + | |
− | # [[Phonebot developer's reference/Sample applications|Sample applications]] | + | # [[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/Object reference|Object reference]] - A catalog of all object properties, methods, and events, including tools such as: | ||
+ | ## [[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 | ||
[[Category:Phonebot]] | [[Category:Phonebot]] |
Latest revision as of 03:30, 22 August 2012
A reference guide for developing applications with the Phonebot Android app.
- Creating applications - An overview of the development environment
- Script language - Details on what the script language provides
- Object reference - A catalog of all object properties, methods, and events, including tools such as:
- Visual controls such as buttons, edit boxes, and lists
- Hardware services such as email, GPS, phone, and Web requests
- Database and file objects for persistent storage
- JSON and XML objects accessing Web service data
- 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
- Advanced tools - Features available only in Phonebot Plus