I have a subclass of AlertDialog that should display a list of all the available Wifi networks in range.
AlertDialog
I want that the dialog itself will be responsib
you can take one dialog
final Dialog _dialog1 = new Dialog(this); _dialog1.requestWindowFeature(Window.FEATURE_NO_TITLE); _dialog1.setContentView(R.layout.your_own_listView); in setContentView() u can put ur own listView