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

AppBuilder, Hybrid App and Existing ASP.Net web service

1 Answer 221 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Fred
Top achievements
Rank 1
Fred asked on 25 Mar 2014, 03:35 PM
A couple questions.

We are trying out Telerik Platform to see if it will work for us.  We have an existing Java based Android app which communicates with an existing ASP.Net webservice which returns XML.  Part of that process is generation of a message hash (MD5) for security purposes.

My primary questions are two-fold:
1) Since we don't want to use back end services, how do we connect to the existing web service at, for example, https://www.domain.com/Service.svc
2) What cryptography classes/code are available for generation of the MD5 hash?

And in a related question, one of my co-workers had been trying out the web based IDE but had issues with crashes and performance.  Are these widespread?  Being resolved constantly?

Last, if we attempt to develop via Visual Studio extension can we develop a hybrid app which will work with IOS using that method or would we be limited to using the web IDE for IOS/Android/Windows concurrent development?

Actually, this will be the last one.  How about source control integration with our current source control solution if we use the web IDE?

Regards

1 Answer, 1 is accepted

Sort by
0
Pavel Kolev
Telerik team
answered on 28 Mar 2014, 08:47 AM
Hi Fred,

Below are the answers to your questions:

Q: 1) Since we don't want to use back end services, how do we connect to the existing web service at, for example, https://www.domain.com/Service.svc
A: You can easily access your existing services using jQuery ajax calls from you javascript.

Q: 2) What cryptography classes/code are available for generation of the MD5 hash?
A: You can use any javascript library or jQuery plugin that can help you with cryptography. For example, if you want to use MD5 you can have a look at this plugin.

Q: And in a related question, one of my co-workers had been trying out the web based IDE but had issues with crashes and performance.  Are these widespread?  Being resolved constantly?
A: We are on a short release cycles - 6-8 weeks and with every release we are trying to deliver as many new features as possible as well as improved performance and bug fixes. So any feedback of your experience is much appreciated. Can you be more specific what issues did you have with our web client so we can reproduce and fix them.

Q: Last, if we attempt to develop via Visual Studio extension can we develop a hybrid app which will work with IOS using that method or would we be limited to using the web IDE for IOS/Android/Windows concurrent development?
Basically, you can achieve the same things with AppBuilder Visual Studio Extension, AppBuilder in-browser client and AppBuilder Windows client. It is a matter of personal favor which one you will work with. You can use any of them to develop for all the major platforms - iOS, Android, Windows Phone 8.

Q: Actually, this will be the last one.  How about source control integration with our current source control solution if we use the web IDE?
Currently AppBuilder integrates with git. You can read more about how to link your AppBuilder project with your git repository here. What source control system do you use?

If you have any further questions please don't hesitate to contact us.

Regards,
Pavel Kolev
Telerik
 

Build cross-platform mobile apps using Visual Studio and .NET. Register for the online webinar on 03/27/2014, 11:00AM US ET. Seats are limited.

 
Tags
General Discussion
Asked by
Fred
Top achievements
Rank 1
Answers by
Pavel Kolev
Telerik team
Share this question
or