rendering application class in Blackberry -
what purpose of rendering application class in blackberry?
first, interface(@see http://www.blackberry.com/developers/docs/5.0.0api/net/rim/device/api/browser/field/renderingapplication.html), can allow implement html rendering in variety of applications (@see http://www.blackberry.com/developers/docs/5.0.0api/net/rim/device/api/browser/field/browsercontent.html) have used render rss html content display in typical field among other things. allows implement callback functionality gather resources html (images, etc) , render them appropriately (if desire). of course 5.0 , under version, have not been privileged have 6.0 user base cannot comment past 5.0 :)
edit: oh yeah, allows handle http events (redirects, etc)
Comments
Post a Comment