Android Example - Generating a form to fill in which is specified by a JSON-string.
FormUiAutomator is hosted in the following web site
https://github.com/jeanbritz/FormUiAutomator
If you think the Android project FormUiAutomator listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of FormUiAutomator.
Item | Value |
---|---|
Java File Count | 9 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 1 |
Fragment Count | 1 |
Required Permissions | android.permission.READ_CONTACTS |
There are 2 image files in FormUiAutomator. The names of the image files are listed as follows.
ic_calendar.png ic_contacts.png
The following screenshort is generated from the image listed above.
FormUiAutomator has the following Java source files.
com.example.jean.formuiautomator.AppConstants.java com.example.jean.formuiautomator.AppInstance.java com.example.jean.formuiautomator.ApplicationTest.java com.example.jean.formuiautomator.DetailFragment.java com.example.jean.formuiautomator.MainActivity.java com.example.jean.formuiautomator.inputs.BooleanInput.java com.example.jean.formuiautomator.inputs.ContactInput.java com.example.jean.formuiautomator.inputs.DateInput.java com.example.jean.formuiautomator.inputs.TextInput.java