Skip to content

Instantly share code, notes, and snippets.

@frankiesardo
Created August 12, 2013 12:55
Show Gist options
  • Save frankiesardo/6210576 to your computer and use it in GitHub Desktop.
Save frankiesardo/6210576 to your computer and use it in GitHub Desktop.
Class<?> helper = Class.forName(helperClassName);
Method helperMethod = helper.getMethod(methodName, classOfTheObjectToHelp, Bundle.class);
helperMethod.invoke(null, objectToHelp, bundle);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment