I am working on a Fragment application in Android 2.2. It so happens that most examples have a list on the left side that opens up a detail page when clicked.
However, does anyone know if this is by default or I can have something else other than a list like take for instance button widgets?
Thanks in advance.
Yes, you can have something else there. Note that to have the list you need to extend the ListFragment.
So you have two choices: