Create a DatePicker and TimePicker in the Tab Fragment error
问题 I am trying to create date picker and number picker inside a tab fragment, but its getting error. I can't figure it out the error or I am doing at a wrong way because of extends fragment is different than the extends AppCompatActivity ?? Can someone please point out what am I missing and guild ? public class KeyInWeightF extends Fragment implements View.OnClickListener { View contentView; EditText btnTime; EditText btnDate; TimePickerDialog timePickerDialog; DatePickerDialog datePickerDialog;