i'm developing 1 blackberry 10 application. i've coded first page in main.qml contains buttons , lables, etc. , page doesn't contain navigation or tabbed pane.
now when user clicks on button in main.qml page, have show second page i.e. cities.qml shows cities in list view header. cities static data only. how should pass data i.e collection of cities second page , assign list view.
thanks.
two points here: navigation, , listview usage:
1.) navigation: can either use navigationpane, correspond needs, guess user can go second screen first one, or sheet display data. navigationpane seems best here.
2.) listview: display data in list, need provide list datamodel. if have static data only, can use qabstractlistmodel.
Comments
Post a Comment