I have the following setup, and the empty view text doesn\'t show up...
protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstance
I was missing a setContentView(R.layout.listview); and because of this the view was not picked upped by findViewById.
setContentView(R.layout.listview);