I am developing android apps in that i want to develop dialog using SherlockDialogFragment for support all version of the android and this dialog having 4 edittext so user can fill the data and submit it,so my dialog is like following image.1
dialog-
I am already used Dialog class but i don't want to use Dialog. I want to implement DialogFragment for supporting multiple screens as per resolution. i googled but i don't understand how to use Dialogfragment.
please anybody suggest me some answer.
Thanks in advance
"Encountered exeception like" : java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.ojaswitech.bookinscape/com.ex.bs.KeepOnHoldDialog}: java.lang.ClassCastException: com.ex.bs.KeepOnHoldDialog – nilesh wani Jul 01 '13 at 10:22