I am looking for onBackPressed() event in Fragment (not activity) in Android.
I am using AsyncTask() on one Fragment. And I want that If user Press Back Button then It finish that Fragment and go on defined Fragment. I found to Override onBackPressed() Event but It is there for Activity but I want for Fragment.
Please help me to solve this issue.
Android : onBackPressed() in Fragment in Android
on Wednesday, July 30, 2014
0 comments:
Post a Comment