On Sat, Feb 4, 2012 at 3:57 PM, Julian Bunn <[email protected]> wrote: > Thanks, Mark - now I understand what is going wrong. I suppose if the > help file were on the > sdcard it would work.
Or if you served it up by a ContentProvider. > Is there a recommended way of showing a help file in assets from > within an app - I've searched around and can't find anything > appropriate. Using WebView seems like overkill. 1. WebView 2. TextView (with light HTML content) in a ScrollView 3. Launch the default browser on your Web site 4. Launch the default browser on a help file (and images, JS, CSS, etc.) you serve from a ContentProvider 5. Launch the default browser on a help file (and images, JS, CSS, etc.) you stick on external storage -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in NYC: http://marakana.com/training/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

