How to modify or add additional functionality/methods to the Android C API demo?
by Conor Smith | April 5, 2017
Follow the steps to add new functionality to your Android C API demo for Foxit PDF SDK: Go to “samples\ViewerDemo\jni” and review how the implementation on how some of the API are already done. Tip: Look for functions that have similar parameters and use it has your template for writing your own. Create a new […]
Keep reading