Hi i am working the first time with dialogs. i want to create a dialog after an item in a listView was clicked:
String[] listItems = {\"Colour\", \"Font Size
move
public dialog onCreateDialog(Bundle savedInstanceState) { AlertDialog.Builder builder = new AlertDialog.Builder(getActivity()); builder.setTitle("Choose Font Size"); }
int the class scope, and call it from the onItemClick
onItemClick