Trying to start a Fragment from an Activity.
问题 I have a tabbed view which I have implemented using Action Bar tabs, now there are one or two pages which navigate away from this tab view. At some point of time I want to call one of the fragments in the foreground again. But I am not finding any example of how to do this. Class Definition(Fragment1_2): public class Fragment1_2 extends Fragment { Class Definition(AdhocEdit.class): public class AdhocEdit extends Activity{ Activity to Fragment Intent so far: Fragment1_2 fragmentB = (Fragment1