Android child activity on Back Pressed Restart Parent activity -
android child activity on pressed restart parent activity. have 1 tab project.it has 3 tab contact,home , menu. in menu activity has child activity subcategory , product. want update menu activity text view pressed subcategory. please can't updated text view text after click button on pressed. please thankyou
animatedactivity pactivity = (animatedactivity) this.getparent(); intent intent = new intent(this,menuactivity.class); pactivity.finishchildactivity(intent);
Comments
Post a Comment