Fragment
startActivity(new Intent(getActivity(), CatalogItem.class) .putExtra("oId",jsonArrayResponse.getJSONObject(position).getString("oId"))); getActivity().overridePendingTransition(android.R.anim.slide_in_left, android.R.anim.slide_out_right); Activit
oId = getIntent().getIntExtra("oId"); Log.e("AAAAA=onCreate", String.valueOf(oId)); In the Fragment
E/AAAAA=onCreate: 1280 In Activi
E/AAAAA=doInBackground: 8 Why is the value not transmitted? and where does the number 8 come from. When should it be 1280?