I\'m really having trouble using the setEmptyView method. I tried it to implement it in GridView and ListView, but both of them didnt work. Here a sample codeblock:
For my case,
gridView.setEmptyView(emptyView)
was called but it's not show the emptyview.
Unless I called gridView.setVisibility(View.VISIBLE), so it appear normally;