Skip to content

Instantly share code, notes, and snippets.

@dlemures
Last active May 10, 2016 10:04
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 dlemures/6ea4b59a42cf5a23d3d549a4d178b3e2 to your computer and use it in GitHub Desktop.
Save dlemures/6ea4b59a42cf5a23d3d549a4d178b3e2 to your computer and use it in GitHub Desktop.
public class DetailActivity extends Activity {
@InjectExtra String itemId;
@Nullable @InjectExtra boolean shouldShowMap;
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
Dart.inject(this);
...
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment