Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ボタンを持つアプリケーションを書きたいと思っていました。ボタンをクリックすると、ダイアログ ボックスの Datepicker のようなダイアログ ボックスにカレンダーを表示したいと思います。
コンストラクターがnew DatePickerDialog.OnDateSetListener()カレンダーに似ているように見えるようにしています。これを行うことはできませんか?
new DatePickerDialog.OnDateSetListener()
APIレベル11以降はカレンダー表示に対応。