I\'m trying to populate a ListView with items from an Array, aparently everything works fine but when I run the app the ListView is empty... but it\'s not true. The problem
You are using Application Context which may be a problem. You should use Activity Context instead of Application context.
It may be possible that the background of the listView Items is same as their text color. Change the listView background.