On Sat, Sep 18, 2010 at 7:17 AM, Kwok Chun Wing, Edwin <[email protected]> wrote: > I think the first option is not suitable for me since I need the image be > shown only when it is scrolled to the end.
That may or may not prove to be possible. > It maybe good to add some html in the webview content, but I want to know > how to right such html > <img src="image location"/>, but the image is stored in the drawable, how > the html can obtain such image? Try android.resource://package_name/drawable/name, where: -- package_name is the name of your application's package -- name is the name of the image resource -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in Atlanta: http://bignerdranch.com/classes/android -- 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

