Skip to content

Instantly share code, notes, and snippets.

@junojisan
Created December 7, 2013 14:17
Show Gist options
  • Save junojisan/7842199 to your computer and use it in GitHub Desktop.
Save junojisan/7842199 to your computer and use it in GitHub Desktop.
CompactLayoutVo compactLayoutVo = new CompactLayoutVo(root);
Intent intent = new Intent(DescribeGlobalActivity.this, SearchActivity.class);
intent.putExtra(SearchActivity.ARG_COMPACT_LAYOUT_VO, compactLayoutVo);
intent.putExtra(SearchActivity.ARG_NAME, name);
intent.putExtra(SearchActivity.ARG_LABEL, label);
startActivityForResult(intent, Const.REQUEST_CODE_DESCRIBE_GLOBAL_ACTIVITY);
@junojisan
Copy link
Author

SFViewBuilderの呼び出し方

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment