GoogleDateTimePickers
GoogleDateTimePickers copied to clipboard
<API 11 support with Android Support Library
Hi I want use the library in versions of Android < API11 with the Android Support Library but the following line only accepts FragmentManager
datePickerDialog.show(getFragmentManager(), tag);;
I want use getSupportFragmentManager
Thanks!
I second this
I have forked this project and change it to mvn system for easy integration. and I have change it to use android-support-v4 for compatibility. It is here