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

Confused about difference in capabilities between Telerik Platform and Xamarin

1 Answer 109 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
King Wilder
Top achievements
Rank 2
King Wilder asked on 31 Oct 2014, 01:56 AM
I need to build a mobile app that is available on the three major mobile platforms, but primarily on iOS.  I've looked at Telerik Platform and Xamarin and they look like they do similar things, but I can't tell if using the javascript framework in Telerik Platform can access the classes necessary to do what I need to do.

The requirement for this particular app is, to record and capture video and audio from the mobile device's camera of the user (for 60 seconds), and save the video and audio on the server to be played back later.

Is this possible with Telerik Platform?  It seems like it's possible with Xamarin, but it also seems like I need to be on a Mac in order to develop the app.  ???  Really?  I need to develop this on Windows 7 using Visual Studio 2013.

Any clarification on this is very appreciated.

Thanks,

King Wilder

1 Answer, 1 is accepted

Sort by
0
Martin Yankov
Telerik team
answered on 04 Nov 2014, 10:20 AM
Hi King Wilder,

Telerik AppBuilder is perfectly capable of doing what you desire. You need to use the Cordova Media Capture plugin. You can set a limit to the number of videos 1 and a duration of 60 seconds. To enable this plugin in your AppBuilder project, you need to use Cordova 3.5 from your project Properties -> General and go to Properties -> Plugins and enable the "Capture" plugin. Once you do this, you can use the plugin API in your app. Of course, you can use it only after the "deviceready" event is fired.

I hope this information was helpful. Let me know should you have any further questions regarding the matter.

Regards,
Martin Yankov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
King Wilder
Top achievements
Rank 2
Answers by
Martin Yankov
Telerik team
Share this question
or