Skip to content

Instantly share code, notes, and snippets.

@farooqkhan003
Last active August 31, 2017 07:51
Show Gist options
  • Save farooqkhan003/ae6293a03b625246f43b102dee12cce8 to your computer and use it in GitHub Desktop.
Save farooqkhan003/ae6293a03b625246f43b102dee12cce8 to your computer and use it in GitHub Desktop.
LayoutInflater inflater = (LayoutInflater) this.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
View inflatedFrame = inflater.inflate(R.layout.my_view, null);
Bitmap bitmap = loadBitmapFromView(inflatedFrame.findViewById(R.id.id_of_parent_layout));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment