This is a migrated thread and some comments may be shown as answers.

Device Features and KendoUI

1 Answer 81 Views
AppBuilder Windows client
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
developer4
Top achievements
Rank 1
developer4 asked on 05 Dec 2013, 10:42 AM
Hi Icenium:



1. How do I check device features exist in the Icenium? like before using barcode scannerI want to check if the camera exists in the device.

2. According to the following post in the KendoUI listview we need to always convert the data source as a arrylist?
http://stackoverflow.com/questions/16617707/cordova-how-to-display-sqlite-data-into-kendo-listview
I am returning the data as JSON from REST service, i would like to bind it without having to convert this into the arrlist[] again.

3. What is the maximum size of the  db/local storage SQlite size on the device for the local storage?



Thank you
Xyler

1 Answer, 1 is accepted

Sort by
0
Accepted
Steve
Telerik team
answered on 10 Dec 2013, 01:35 PM
Hello Xyler,

Thank you for your interest in Icenium and up to your questions:
  1. Device system info is not available out of the box, for more information refer to this post. There are custom implementation that do that for iOS devices (here and here). For Android devices, it is enough to specify android.hardware.camera as uses <uses-feature>.
  2. Kendo UI has its own documentation and forums where you could check for supported functionality instead of SOF. For your inquiry, check the DataSource help article, where there is a code snippet how to bind to a remote json service.
  3. The built-in SQL (WebSQL) has 5MB limitation. If you need to store data above this limit you can go with the SQlite plugin that we support as well (more information about the plugin here).
Regards,
Steve
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
Tags
AppBuilder Windows client
Asked by
developer4
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or