Should I use a PopupWindow or DialogFragment for accepting input?
问题 I am doing a Popup with 3 Spinners and an EditText. After reading many blogs and articles I can't decide which is the best option, PopupWindow or DialogFragment . The criteria would be: Compatibility with different Android's versions Performance If there is a better way to do it I am open to change the perspective. Thank you very much. DialogFragment: Pros: Cons: PopupWindow: Pros: Cons: EDIT: CONCLUSION DialogFragment allows you to use more complex features. Another important thing is that