I\'ve been searching around trying to figure out how to create a popup or a dialog that has 4 options to choose from.
I see this picture on the Android developer sit
The pop ups are nothing but AlertDialog.So you just need to create AlertDialog, then inflate your desired view using LayoutInflater and set the inflated view using setView() method of AlertDialog
AlertDialog
LayoutInflater
setView()