2012/5/5 Mark Murphy <[email protected]> > On Sat, May 5, 2012 at 12:09 PM, Kostya Vasilyev <[email protected]> > wrote: > > Or you could just use 'raw' resources. > > > > They allow for resource qualifiers (res/raw, res/raw-ru, res/raw-de, > etc.) > > and text files placed there are compressed. > > Have you had much luck loading those into a WebView, though?
Have never had a reason to try. I use them with TextView's and Html.fromText(). WebView#loadDataWithBaseURL should work though. > I'm > assuming that's what the OP is planning. > He wrote "text files", not "html files", but... I supposed we're both making assumptions unless Jim clarifies. -- K > > -- > Mark Murphy (a Commons Guy) > http://commonsware.com | http://github.com/commonsguy > http://commonsware.com/blog | http://twitter.com/commonsguy > > _The Busy Coder's Guide to Android Development_ Version 3.7 Available! > > -- > 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 > -- 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

