Skip to content

Instantly share code, notes, and snippets.

@jezinka
Created May 21, 2017 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jezinka/87a5a9d0cca3d29c740cfc1d61022769 to your computer and use it in GitHub Desktop.
Save jezinka/87a5a9d0cca3d29c740cfc1d61022769 to your computer and use it in GitHub Desktop.
mealNameTextView = (TextView) view.findViewById(R.id.meal_name_text);
mealNameTextView.setText(getArguments().getString("mealName", ""));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment