From 1eb50d77768b35af85383abf736c0cbc5b15bb1c Mon Sep 17 00:00:00 2001 From: Jonathan Ross Date: Mon, 3 Jun 2013 10:24:54 -0400 Subject: [PATCH] Add README for ListGroupData --- ListGroupData/README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 ListGroupData/README.md diff --git a/ListGroupData/README.md b/ListGroupData/README.md new file mode 100644 index 0000000..f3a8430 --- /dev/null +++ b/ListGroupData/README.md @@ -0,0 +1,31 @@ +ListGroupData - Basic example of runtime manipulation of GroupDataModel + +======================================================================== +Sample Description. + +This sample is intended to provide concrete examples for the manipulation of +GroupDataModel from QML. The runtime manipulation of the data model is +demonstrated through a series of ActionItems. Each offers a standalone +example of one way to manipulate the data. This includes insertion, deletion, +and the updating of items. + +======================================================================== +Requirements: + +BlackBerry 10 Native SDK Beta + +======================================================================== +Running the example: + +1. Download the source code +2. Launch BlackBerry 10 Native SDK Beta, and from the File menu, select Import. +3. Expand General, and select Existing Projects into Workspace. Click Next. +4. Browse to the location of the source code project, and then click OK. +5. The sample project should display in the the Projects section. + Click Finish to import the project into your workspace. +6. In the Project Explorer pane, Right-click the the project and select Build Project. +7. In the Project Explorer pane, Right-click the the project and select + Run As > BlackBerry C/C++ Application. +8. The application will now install and launch on your device if not you might + have to set up your environment: + http://developer.blackberry.com/cascades/documentation/getting_started/setting_up.html \ No newline at end of file