> *Pls tel how to add the image in list view....
This has nothing to do with adding an image in a ListView:
09-22 15:33:47.384: ERROR/AndroidRuntime(714): java.lang.RuntimeException:
Unable to start activity ComponentInfo{image.demo/image.demo.StaticDemo}:
java.lang.RuntimeException: Your content must have a ListView whose id
attribute is 'android.R.id.list'
If you are going to use ListActivity, you need to give the ListView in
your layout an android:id="@android:id/list" value instead of whatever you
have.
--
Mark Murphy (a Commons Guy)
http://commonsware.com
Android App Developer Books: http://commonsware.com/books.html
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---