I have some troubles understanding the code fragment in this tutorial.
My problem is that I don't understand the code inside TitlesFragment.java - the onCreateView method is missing, so how does the fragment know in which view SuperHeroInfo.names should lie?
Also I don't understand the code inside DetailsActivity because of android.R.id.content (does this mean the full screen?).
Again my question is how does the app know where to put content inside of list adapter if the view isn't specified?