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

Popular posts from this blog

python 3.x - Mapping specific letters onto a list of words -

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -