• R/O
  • HTTP
  • SSH
  • HTTPS

Dateibaum

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Android Samples


Name Größe Rev. Zeit Autor Log Message
src
Makefile 510 0cac28c 2014-06-07 01:40:05 Masahiko, SAWAI Added some examples * listview-hello...
README.txt 898 0cac28c 2014-06-07 01:40:05 Masahiko, SAWAI Added some examples * listview-hello...
pom.xml 3.07 k 965e4ff 2019-05-02 13:04:39 Masahiko, SAWAI Updated projects file.

README.txt

! listview-hello

リソース内の文字列の配列を ListView で表示するサンプル。

!! ListView へのデータの設定

最も簡単なデータの設定方法は以下の通り。

 * 表示したいデータを文字列配列リソースとして定義
 * ListView 要素の entries 属性に定義した文字列配列を設定


!! ビルドターゲット

http://maven-android-plugin-m2site.googlecode.com/svn/plugin-info.html

* mvn compile - アプリケーションのコンパイル
* mvn package - apk の作成
* mvn clean - ビルドファイルの削除
* mvn install - maven の local リポジトリにインストール

* mvn android:deploy - エミュレータやデバイスにインストール
* mvn android:generate-sources

* mvn install - アプリケーションのインストール
* mvn uninstall - アプリケーションのアンインストール