Ryan
Ryan
Are the TimePickerDialog tags not implemented? ``` Java datePickerDialog.show(getActivity().getSupportFragmentManager(), DATE_DIALOG_START_TAG); // ... @Override public void onDateSet(DatePickerDialog datePickerDialog, int year, int month, int day) { if(datePickerDialog.getTag().equalsIgnoreCase(DATE_DIALOG_START_TAG)) { // Do Stuff }...
Should this just be as easy as import->module? (Android Dev Studio 0.8.2) Everything in the build.gradle file is unknown (project.VERSION_NAME etc). Error:(3, 0) Could not find property 'VERSION_NAME' on project...
Does this library support multiple children in the expand? I'm assuming not since the ExpandableLayoutListView doesn't use an BaseExpandableListAdapter as it's adapter.