• 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 aed995d 2013-10-03 15:28:17 Masahiko, SAWAI Added two projects The following pro...
README.txt 813 aed995d 2013-10-03 15:28:17 Masahiko, SAWAI Added two projects The following pro...
pom.xml 3.13 k 965e4ff 2019-05-02 13:04:39 Masahiko, SAWAI Updated projects file.

README.txt

! notification-on-goning

処理実行中などに表示する通知のサンプル。

以下のようにしてフラグに FLAG_ONGOING_EVENT を追加する。

notification.flags = notification.flags | Notification.FLAG_ONGOING_EVENT;


!! ビルドターゲット

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 - アプリケーションのアンインストール