I am using cwac's EndlessAdapter and I set TextView with some text to ListView via setEmptyView method. Standard behaviour for android is: While ListView does not have adapter or adapter's data set is empty then show empty view.
This is obviously not true with EndlessAdapter because when dataset is empty then nothing is shown. (Dataset can be empty in cases when user performed server search but there were no results etc.)
Any ideas to make it working?
Thanks :)