Hello,
I am trying to access one activity from another. I have attached code for BillGeneration(one activity), BTrf(another activity) and Logcat error.
My android application for close when trying to call Intent z = new Intent(BillGeneration.this, StatusBTrf.class); startActivity(z); Some one please help me.

