How to make a DatePicker with DialogFragment and FragmentManager?
So I have been at this for a while, and I cannot seem to figure it out. I am fairly new at Android development, so bear with me please. I wasn't too familiar with creating a Datepicker and I learned to do it the deprecated way just to get the hang of it. Used this tutorial to get me up to speed: http://developer.android.com/resources/tutorials/views/hello-datepicker.html But now I need to change it, mainly to not use deprecated code, so I looked all around, and I found 2 tutorials, mainly this one though: http://www.kylebeal.com/2011/11/android-datepickerdialog-and-the-dialogfragment/ Problem