Document
Choose a document
Explore further
Android articles & project samples
How to modify UIExtensions source code with Foxit PDF SDK for Android
Updated 21 May 2019
If you do not want to use the ready-made UI framework, you can redesign it through modifying the source code of the UI Extensions Component.
To customize the UI implementation, you need to follow these steps:
First, add the foll...
Keep reading
How to customize UIExtensions with JSON in Foxit PDF SDK for Android
Updated 20 May 2019
Using a configuration file, developers can easily select preferred features, set rights management and the properties of UI elements without needing to write any additional code or redesign the app's UI.
Introduction to JSON file
...
Keep reading
How to Customize the UI with UIExtensions in Foxit PDF SDK for Android
Updated 16 May 2019
Foxit PDF SDK for Android supports UI customization including the ability to show or hide the top or bottom bar, show or hide a specific panel, items in the top bar, view settings bar and More Menu view, which is convenient for de...
Keep reading
How to Implement the UIExtensions project in Foxit PDF SDK for Android
Updated 13 May 2019
To customize the plugin UI, use the UIExtensions project. Foxit PDF SDK for Android comes with a built-in UI design including the basic UI for app and the feature modules UI, which are implemented using Foxit PDF SDK for Android a...
Keep reading
How to Implement Foxit PDF SDK for Android using Flutter Plugin
Updated 26 February 2019
Flutter is Google’s own framework for cross-platform mobile development. It was built using Dart, a portable and easily scalable Google programming language. Most efficient in the development of Android and iOS apps, Dart also h...
Keep reading
How to Implement Foxit PDF SDK for Android using Xamarin
Updated 12 February 2019
Implement Foxit PDF SDK for Android using Xamarin
Xamarin is a cross-platform development framework for building native apps using a shared C# codebase. We provide separate bindings for Android and iOS ('foxit_xamarin_android' and...
Keep reading
How to Implement Foxit PDF SDK for Android using React Native plugin
Updated 15 January 2019
React Native is an open-source mobile development framework for building native apps using JavaScript and React. 'react-native-foxitpdf' is only one of the mobile framework plugins provided by us to use with Foxit PDF SDK for Andr...
Keep reading
How to Implement Foxit PDF SDK for Android using Cordova Plugin
Updated 13 January 2019
Apache Cordova is a very useful open-source framework for developing easy-to-use cross-platform mobile applications. The 'cordova-plugin-foxitpdf' is only one of the mobile framework projects provided by us to use with Foxit PDF S...
Keep reading
From version 5.1, Foxit PDF SDK for Android supports setting the night mode color as desired. To set the night mode color, you should call the PDFViewCtrl.setMappingModeBackgroundColor(int) and PDFViewCtrl.setMappingModeForeground...
Keep reading