Intent intent = new Intent(getActivity(), MainActivity.class); intent.putExtra("json", jsonObject.toString()); startActivity(intent);