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
Try this in your ViewCashFlow class:
Intent i = new Intent(Context.getApplicationContext(), NewTransaction.class);