Implement date picker and time picker in button click and store in edit text boxes
- by user3597791
Hi I am trying to implement a date picker and time picker in button click and store in edit text boxes. I have tried numerous things but since i suck at coding I cant get any of them to work. Please find my class and xml below and i would be grateful for any help
import android.app.Activity;
import android.content.Intent;
import…