Android Native
Learn how to
Add Android Viewer library to your project
Connect to the server, open Android viewer, and load an e-Form in your activity.
Trigger the e-Form submit button from an action button
Preparations
Required skills/experiences
Android native App development experience with Android Studio or Eclipse.
Android Studio
Here we use Android Studio ver. 4.0.1
OZ products
e-Form Server installed on the WAS server
Android Viewer library
Download ozrv80_android_version.number.tar.gz from π Product Downloads
Sample project
Create a new project with Empty Activity.
Add Android viewer library to project
Add Android viewer library and license file to your project as illustrated below. Your instructor will provide the license file.

For API levels before 28 that contain no androidx implementation, you have to add android-support-v4.jarto the libs and dependencies.
Configurations
Add Submit button
Add menu_main.xml in res/menu folder.
Activity to open e-Form
Run your App


Last updated
Was this helpful?