posted 9 years ago
Author @ http://www.ideasforideas.org/
Moody blogger who do not like to behave like target setting machines work.
posted 9 years ago
Can you post your LogCat output?
MobileBytes blog - Sharing Technology - My Programming Knols
posted 9 years ago
Author @ http://www.ideasforideas.org/
Moody blogger who do not like to behave like target setting machines work.
posted 9 years ago
The above is the key line from your exception trace. You are apparently extending ListActivity, yet your layout does not have a ListView with android:id="@id/android:list"
Your content must have a ListView whose id attribute is 'android.R.id.list'
The above is the key line from your exception trace. You are apparently extending ListActivity, yet your layout does not have a ListView with android:id="@id/android:list"
Mark Murphy (a Commons Guy)
Author of The Busy Coder's Guide to Android Development http://commonsware.com/Android/
