Quote:
Originally Posted by bbr
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.