Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am RynanBear on github.
  • I am rynanbear (https://keybase.io/rynanbear) on keybase.
  • I have a public key whose fingerprint is FF17 AFEC 5082 6381 F4AC 2118 BBFA 7C55 7DBE E9C7

To claim this, I am signing this object:

this.daoSession = GreenDAOSession.getInstance(super.getActivity());
// set the title label for the dialog
DateTimeFormatter fmt = DateTimeFormat.forPattern("E d MMM YYYY");
String label = "Add recipe to " + this.timesOfDate[timeOfDay] + " " + this.date.toString(fmt);
LayoutInflater inflater = getActivity().getLayoutInflater();
layout = inflater.inflate(R.layout.activity_recipe_select_dialog, null);
AlertDialog.Builder builder = new AlertDialog.Builder(getActivity());