コード例 #1
0
 @Subscribe
 public void processQueryResult(QueryResult result) {
   Bundle bundle = new Bundle();
   bundle.putInt(SolutionFragment.SOLUTION_ID_TAG, result.getId());
   bundle.putString(SolutionFragment.SOLUTION_TAGS, result.getTagString());
   _view.changeFragment(DualFragmentActivity.VIEW_SOLUTION_ID, bundle);
 }