Actually I am able to use empty listview in my application when I am having Single list.But I am encountering with two different list which is using same xml.Now how should I proceed in order to get 2 different images to my different list when they are Empty,
|
feedback
|
|
If you are using imageview with id android.R.id.empty. then simply use this
and set the desired image. | |||
feedback
|
|
Yep Akki that was almost correct with a little changes in my XMl.The Final code is here All I had to use the same textview described inside the list xml file.
| |||
|
feedback
|