While I tested my application on an Android Device turning my Android phone from landscape to portrait, results in all the list items in my list view are disappearing.
Try to add this in your activity:
android:configChanges="orientation|screenSize"
it works for me