Is it possible to create a single run time Textview and upon OnClick show a DatePicker Dialog and when date is set show the result in the same TextView?
Is it possible to create a single run time Textview and upon OnClick show
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I got answer of this…
we have to pass the Text View where we want to display like if we have set “Pick date” before clicking so after showing dialog box the date that we want to set in the text View should be passed in the same Text View by referencing same Text View object….