Android: failed to setContentView when switching to ListActivity
- by Yang
This is an follow-up issue on my previous question
http://stackoverflow.com/questions/2548304/android-which-view-should-i-use-for-showing-text-and-image
I read the article about creating ListView for LinearLayout. However, my following code failed at the setContentView() function when I changed "extends Activity" to "extends ListActivity", any…