Preguntas etiquetadas con android-fragments

175
Obtener el objeto fragmento actual

En mi main.xmltengo <FrameLayout android:id="@+id/frameTitle" android:padding="5dp" android:layout_height="wrap_content" android:layout_width="fill_parent" android:background="@drawable/title_bg"> <fragment android:name="com.fragment.TitleFragment" android:id="@+id/fragmentTag"...

161
Error al inflar el fragmento de clase

Me sale el error Unable to start activity ComponentInfo{de.androidbuch.activiti/de.androidbuch.activiti.task.Activity}: android.view.InflateException: Binary XML file line #11: Error inflating class fragment cuando cambio a través del modo vertical y horizontal. Estoy usando fragmentos Mi xml...