To get base64 encode image from Appzillon's camera plugin, please pass action as base64 , after image is been taken, it will return encoded base 64 string in encodedImage in success call back , and that base 64 can displayed in HTML Image using src Example : To launch camera and get base64 string in...
To Insert Compressed Image in DB, we are supposed to use SQL Storage plugin of Appzillon The storage plugin helps to do the following in the SQLite database available on the mobile device: • Create a database • Create tables in the database created • Insert data into the tables in the database • Sel...
To Compress an image file, which is been taken by Native Camera, following attribute is been used : quality : It compresses the image and reduces the size of the image.Its value ranges from 1-100, where 100 means best quality image. Example var jsonobj = { targetWidth: "200", targetHeight: "200", cr...
To Integrate third party .aar files with Appzillon , we need to import the .aar file at following place : app >> OS Preferences >> Android >> Extension >> Archive Library Open file Main present at the following location appzillon app >> OS Preferences >> Android >>Extension Import all necessary file...
To integrate gradle supported libraries in Appzillon , import the .aar file by right click and import it at the following place : app >> OS Preferences >> Android >> Extension >> Archive Library If any additional repository or dependencies needs to be added, then it can be added in app >> OS Prefere...
filterCategory : The filter category field can be one of the following o PHOTO o VIDEO o AUDIO o DEFAULT It will open the image gallery in case of filter category PHOTO . Similarly in case of audio and video, respective gallery will be opened i.e AUDIO & VIDEO . In case of DEFAULT , it will open th...
For file browser plug-in when we give filterCategory as DEFAULT , it will open the root folder of the application sandbox. Where as to open storage root folder, from where user can navigate to various folders present inside storage like Documents or Downloads in this scenario, use EXTERNAL as a para...
File Browser Element is not supported in Android, as it is there is web.

For Android we can create a button, and call file browser plug-in on that, it will serve the purpose.
If the value of periodicity is onChange , then the callback function is called with the current acceleration details whenever there is a change in the acceleration details of the device. In most of the cases even if your device is at a static position the x and y values doesn't change but z axis may...
Please use Appzillon's Real Time Location Tracking plugin. If not enabled, then you can enable it at Appzillon >> Preferences >> Features. This API tracks the real time location of the device, if the app is running in foreground or background. Based on the distance or time interval location will be ...