The only way i can come up with is to do this in JavaScript.
Render the page with your initial HTML. This HTML contains JavaScript 
code/functions that 'append' html after the last child of the <body>. Then 
when 'new' html is ready, send it to the JavaScript. The JavaScript then 
will make sure to turn this into real HTML (.e.g append the new html to the 
innerHTML of the body).

-- 
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