Custom Dialog Fragment
问题 I am trying to create a simplistic dialog similar to a DatePickerDialog . The Dialog that I am creating should provide the user with an array of images from which they can select. I believe I have managed to create the array and add the correct images to it, the problem I am running into now is how to get the Dialog to show up? What should I be returning? I have looked into AlertDialogs and such, but I am not sure as to what to do to implement them. UPDATED: FIXED PROBLEM, CODE SHOWN BELOW IS