I am working with Adobe's LiveCycle ES3 server, which returns the updatable PDF form in various formats like HTML, Binary etc.
I have tried displaying HTML using WebView and it does not work 100%. for example it has date field and when you tap on it it brings up the Calendar icon but when I tap on the icon itself, the Calendar doesn't show up. It does work in iPhone though. Besides that the format is totally messed up in both iOS and Android platforms.
So, now I am trying to display the PDF form itself. So, the form structure is sent down by the web service is in binary format (bytes), which I should use in some control to display on the Android device.
So, can anyone tell me how can I display the binary form of PDF which is stored in a memory variable on Android device, please? Again, I cannot store this in a file for security reasons. And since I am working on a HealthCare industry HIPAA plays a big part when it comes to security.
Thanks in advance for your great solutions... and look forward to it...