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ダイアログのキャンセルボタンまたはボタンイベントリスナーの設定が必要です。これにより、任意のボタンを押して特定のアクティビティに移動でき、ヘルプが歓迎されます。
public void onDateSet(DatePicker view, int year, int month, int day) { }
set または Done をクリックすると (最近の OS では)、このメソッドが呼び出され、単純にそれを操作してシナリオを処理します。