I have some problem with my code, when I need to transfer some data from one Activity to another one. First Activity (ViewCashflow) a
Activity
ViewCashflow
if it in fragment you can use :
if (getArguments() != null) { loginBody = getArguments().getParcelable(getActivity().getResources().getString(R.string.logInBodyParcelData)); } /* } catch (Exception e) { e.printStackTrace(); }*/ if (loginBody != null) { setProfile(); }