Change Dynamically Data Source's xml source on Dashcode
Classic StackLayout-List(s) scenario. StackLayout have: Home - Detail - Leaf
On "Home" I have a Datasource like this:
<row><name>Element 1</name><resource>../Element1.xml</resource></row>
<row><name>Element 2</name><resource>../Element2.xml</resource></row>
This is binded to a list of name "homeList". onClick on "Element 1" i load Detail.
D开发者_JS百科etail have a list, let's call it "detailList", the problem is that i have to "bind" at runtime this list with resource element from previous selection.
精彩评论