2009-08-16から1日間の記事一覧

Java初心者が携帯百景投稿用クライアントを作る その2

前回の多量のボタンのアクションの記述を簡単にしたい・・・のある程度の対応が出来たのでメモ strings.xmlにボタンに貼付ける文字列を記述 <resources> <string name="hello">Hello World, mainActivity!</string> <string name="app_name">testEdit</string> <string-array name="array01"> <item>[[</item> <item>赤</item> <item>青</item> </string-array></resources>