ブラックベリーでランタイム ストアを使用する方法の例を教えてください。
以下に示すように、xml からデータを取得します。
次のノード データをランタイム ストアに格納し、他のクラスでこれらの値にアクセスするためのサンプル コードを教えてください。
<upcomingmeeting id="2">
<starttime>02:00pm </starttime>
<companyname>Qtech Software</companyname>
<meetingtype>New Agent</meetingtype>
<meetingwith>
<person>Yogesh</person>
<person>Mahesh </person>
<person>Ganesh </person>
</meetingwith>
<meetingnote>
<information>Yogesh good</information>
<information>Yogesh 1 bad</information>
</meetingnote>
</upcomingmeeting>
前もって感謝します