Skip to content

Commit

Permalink
Add README for ListGroupData
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrossca committed Jun 3, 2013
1 parent 1f7c155 commit 1eb50d7
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions 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

0 comments on commit 1eb50d7

Please sign in to comment.