I\'ve followed this tutorial but when I try to run the application I get Unfortunately HelloListView has stopped The IDE gives no warnings or errors.
Unfortunately HelloListView has stopped
My Hel
When you extend ListActivity, you need to have an xml which contains id as @android:id/list, then in your activity you need to setContentView(R.layout.yourxmlName); Here is tutorial.
@android:id/list
setContentView(R.layout.yourxmlName)