I have the following setup, and the empty view text doesn\'t show up...
protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstance
Shouldn't
be
? I don't know if that makes any difference.
Are you sure that setListAdapter(null); actually initializes the Adapter, rather than just ignoring the command?
setListAdapter(null);