Hello.
I'm developing an Android application.
Is there any way to show a message on a ListView only with it's empty?
I'm using a custom ArrayAdapter, so I have to create a specific object with the text I want to show.
I'm wondering if there is a specific field on ListView to setup a message when it's empty.
Any advice?
Thanks.