I want to be able to display local PDF files in a View within our app. (running on a tablet under Android 4.03) Currently we install AdobeReader.apk along with our app and launch it with an Intent. (our devices are shipped with our software preinstalled) But that means it runs separately and we have no programmatic control over it (for example, an image that's too big to fit on the screen will force the user to pan around - I'd rather have it shrunk to fit a specified size.)
So does Adobe offer an SDK for Android? If not, are there robust alternatives? I've looked at a few third-party ones but they seemed unfinished and not-ready-for-prime-time or they have open licensing issues that would conflict with our commercial/industrial application.
(I know this question has been asked before but maybe something new has emerged since last time it was asked)