Well, HTML files are just text, right? Can't you have them as a giant
string in strings.xml?

I'm making two assumptions here:
The OP's files are intact HTML without any text that won't work in
strings.xml
That Android has no limit to the length of a string in strings.xml

This approach could work, unless I'm missing something here.

Thanks

On Sat, May 5, 2012 at 9:42 PM, Mark Murphy <mmur...@commonsware.com> wrote:

> On Sat, May 5, 2012 at 12:09 PM, Kostya Vasilyev <kmans...@gmail.com>
> 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? I'm
> assuming that's what the OP is planning.
>
> --
> 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 android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Raghav Sood
https://market.android.com/developer?pub=Appaholics
http://www.appaholics.in/

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to