I am working on an idea for a program but am new to android
development. I've went through the webview section of the resources
and have a small app that downloads an xml page and displays it for
me. What I really would like is to have it download the xml page and
then use a locally stored template to display the xml. The xml it is
downloading is similar to the following:
<response error="false" message="">
<dailyGain>
<gain>
<date>02/01/2010</date>
<value>0.07</value>
</gain>
</dailyGain>
</response>
I've seen how to display the content that is downloaded as well as
local content on the device, but I want to combine downloaded content
with the local html template I will be making. Is there a preferred
way of doing this or a specific tutorial/book anyone could direct me
to for guidance on this specific goal? Thanks in advance for your time.
--
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