quotes
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Quotes - List & SqlDataAccess ======================================================================== Sample Description. Quotes is an application that shows you how to deal with dynamic data in a list. It displays a list with some of our favorite sayings from clever people when it comes to programming and technology. The list of quotes is set stored in an SQL database, but you will also be able to add your own quotes, delete the once you don't agree with (or edit them to better fit you purpose). You will learn how to: - Set up a ListView with predefined item visuals. - Load data with the SqlDataAccess - Sorting of with the help of a GroupDataModel - Adding, updating and deleting items from a list. ======================================================================== Requirements: BlackBerry 10 Native SDK Beta ======================================================================== Running the example: 1. From the the Sample apps page, download and extract one of the sample applications. 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 where you extracted the sample file, 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 (for example hellocascades) and select Build Project. 7. In the Project Explorer pane, Right-click the the project (for example hellocascades) and select Run As > BlackBerry C/C++ Application. 8. The application will now install and launch on your playbook if not the following might be necessary. - Creating a debug token and target: developer.blackberry.com/native/documentation/com.qnx.doc.native_sdk.quickstart/topic/configure_environment.html ======================================================================== Revision History: