vikramkakkar / SublimePicker

A material-styled android view that provisions picking of a date, time & recurrence option, all from a single user-interface.
Apache License 2.0
2.31k stars 407 forks source link

No clue how to use this library #101

Closed PresidentDoggo closed 2 years ago

PresidentDoggo commented 2 years ago

Even with the added wiki pages I have absolutely no clue how to get this to work. I tried copying the kotlin code from the example for converting to java later but I get an Unresolved reference for import android.support.v4.app.DialogFragment and so the extends DialogFragment() doesn't work either. Am I missing something?

PresidentDoggo commented 2 years ago

Solved it by replacing import android.support.v4.app.DialogFragment with import androidx.fragment.app.DialogFragment