Skip to content

Instantly share code, notes, and snippets.

@wujinyuan
Last active August 29, 2015 14:05
Show Gist options
  • Save wujinyuan/249657cfc73e387769a5 to your computer and use it in GitHub Desktop.
Save wujinyuan/249657cfc73e387769a5 to your computer and use it in GitHub Desktop.
@SuppressWarnings("unchecked")
public <T extends View> T getView(int viewId) {
return (T) findViewById(viewId);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment