Posts by user9063977 • 1 point
1 post
-
0
votes1
answer68
viewsQ: Android - Save and Update String sent from one activity to another
//I can send and receive two different values in one @Override public void onBackPressed() { if(checkBox.isChecked()) { String trueThumb_check = "checked_thumb"; Intent i = new…