[Solved] I need to intent ImageView resource file that is originally passed from another activity
based on the brainstorming done during the above questions and comments i came up with the below idea and it actually solved the issue 🙂 public void onClickAddToCart(View view) { // Here is i concatenated three textViews values – calculations into one single string // to pass it to the Cart activity TextView orderDetailsTextView1 = … Read more