rundgang
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Rundgång - Email application ======================================================================== Sample Description. Rundgång means feedback in addresses, well to be completely honest its the kind of feedback that appears when the soundguy is not doing his job. But feedback is the main topic of this app, it shows how to set up an email with a list of adresses and attach different kinds of files to it. In addition it also illustrates application structure for a QML based app. You will learn how to: - Launch the email card with pre-popopulted data. - Collect data from, an AudioRecoder and Camera (photo and QR code). - Create an application menu that can be accessed anywhere. - Use data sources to populate GroupDataModels. - One way to handle ungranted permissions. - How a QML based application can be structured with C++ helper objects. ======================================================================== Requirements: BlackBerry 10 Native SDK ======================================================================== Running the example: 1. From the Sample apps page, download and extract one of the sample applications. 2. Launch BlackBerry 10 Native SDK, 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 Projects section. Click Finish to import the project into your workspace. 6. In the Project Explorer pane, Right-click the project (for example hellocascades) and select Build Project. 7. In the Project Explorer pane, Right-click the project (for example hellocascades) and select Run As > BlackBerry C/C++ Application. 8. The application will now install and launch on your device. If it doesent you might have to set up your environment: http://developer.blackberry.com/cascades/documentation/getting_started/setting_up.html