How to startActivity for Result from Activity under Group Activity Under Tabs?
问题 I am developing an app in which I am using multiple Activity Under Tab Activity .I am Using this Tutorial. I want to get the Result from next Activity . How can i do it. I am not able to find it. I have read two or three Example such as this and this. But I am not able to find out how can I get the result. I also tried View view = getLocalActivityManager().startActivityForResult("Search", new Intent(this, WhatMenu.class). addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP)).getDecorView(); But it only