• 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 bc4dfd2 2014-06-13 03:57:37 Masahiko, SAWAI Added listview-single-choice-custom-l...
README.txt 550 ccd5d54 2014-06-13 04:47:15 Masahiko, SAWAI Updated document
pom.xml 3.12 k 965e4ff 2019-05-02 13:04:39 Masahiko, SAWAI Updated projects file.

README.txt

! listview-single-choice-custom-layout

リスト項目の1つを選択できる ListView でカスタムレイアウトを使用するサンプル。

CHOIDE_MODE_SINGLE を利用するにはリスト項目の View が Checkable である
必要がある。 このサンプルでは独自の Checkable な View として
NameAndEmailView を実装して用いている。これは子要素の一つに CheckedTextView を
置いて、Checkable インターフェースに必要なメソッドをそれに委譲する方法を
用いている。