View Single Post
Old 10-19-2011, 05:20 PM   #154
Micah
Bluefire Reader dude
Micah ought to be getting tired of karma fortunes by now.Micah ought to be getting tired of karma fortunes by now.Micah ought to be getting tired of karma fortunes by now.Micah ought to be getting tired of karma fortunes by now.Micah ought to be getting tired of karma fortunes by now.Micah ought to be getting tired of karma fortunes by now.Micah ought to be getting tired of karma fortunes by now.Micah ought to be getting tired of karma fortunes by now.Micah ought to be getting tired of karma fortunes by now.Micah ought to be getting tired of karma fortunes by now.Micah ought to be getting tired of karma fortunes by now.
 
Posts: 329
Karma: 1089156
Join Date: Oct 2010
Location: Seattle
Device: Ipad
Quote:
Originally Posted by bbr View Post
What language are you coding in, and is there any way we can help?
The underling rendering engine is C++ (Adobe Reader Mobile SDK) and the app-layer is objective C. We've created what you might think of as a "glue layer" that allows the app layer to talk to the renderer in Objective C. The Adobe C++ libraries are very complex (DRM handling, PDF rendering, EPUB rendering). Due to the DRM support, even the Library view is a complex composite.

Our Android apps are similar, though written in Java rather than Objective C at the app layer.

Last edited by Micah; 10-19-2011 at 05:20 PM. Reason: sentence fragment
Micah is offline   Reply With Quote