When inflating a layout in a Fragment, with the LayoutInflater, i am getting this exception:
./res/layout/locations_list.xml line #-1 (sorry, not yet implem
I figured it out, and if you got stock to such an situation just look for your IDs in the XML, even though
android:id="@+id/android:list"
is often seen in some example code it must be:
android:id="@android:id/list"