This collection of samples shows how you can create a UI that scrolls horizontally in Cascades.
They are all built on the same basic controls with minor differences in how they handle the data loading.
1_bulk - loads the all of the data up front
2_paged - uses a "get more" button to load more data manually when the user gets to the end
======================================================================== Requirements:
BlackBerry 10 Native SDK Beta
======================================================================== Running the example:
- Download the sample from http://github.com/blackberry.
- Launch BlackBerry 10 Native SDK Beta, and from the File menu, select Import.
- Expand General, and select Existing Projects into Workspace. Click Next.
- Browse to the location where you extracted the sample file, and then click OK.
- The sample project should display in the the Projects section. Click Finish to import the project into your workspace.
- In the Project Explorer pane, Right-click the the project (for example hellocascades) and select Build Project.
- In the Project Explorer pane, Right-click the the project (for example hellocascades) and select Run As > BlackBerry C/C++ Application.
- 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
Disclaimer THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.