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

Web or Hybrid?

3 Answers 48 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.
Alan Mosley
Top achievements
Rank 1
Alan Mosley asked on 19 Aug 2014, 01:08 AM
I am about to build a phone app, but do not know a lot about building phone apps. I am an experienced programmer, and have been building applications in MVC.

I do not need to use GPS or camera.

I need to sell the app, I cant have people getting  to the app for free (I am thinking this alone rules out web)

If I use hybrid, does that mean I have to build in JavaScript and use a WebApi to connect to database?

I can use MVC in Web, but can I use MVC in Hybrid?

What should I use?

Thanks

3 Answers, 1 is accepted

Sort by
0
Accepted
Tyler
Top achievements
Rank 1
answered on 21 Aug 2014, 01:58 PM
I would suggest going Hybrid even if you are not using anything from the device itself. It does mean you need to do everything in javascript since there are no server-side pages. This may be a good time to learn Angularjs.org if you haven't used that. JQuery works, too.

About 3 months ago, I was in the same boat as you. I've never build a hybrid or native app. I learned about Angualar and Ionic and built a hybrid app from the ground up. 
0
Accepted
Zdravko
Telerik team
answered on 21 Aug 2014, 05:28 PM
Hi Alan,

In addition to Tyler's reply I want to add two blog post links that may shed some more light and help you to pick the best choice for you.
Furthermore, Telerik also provides a framework for mobile development in the face of Kendo UI that you may find useful.
A big plus and a great aspect of hybrid apps is the ability to access different native APIs through Cordova's plugins.

Regards,
Zdravko
Telerik
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
0
Alan Mosley
Top achievements
Rank 1
answered on 21 Aug 2014, 11:41 PM
Thanks, I think I will go hybrid, I already use a lot of Knockoutjs, so I will use that rather then angularjs, much the same thing.

Tags
General Discussion
Asked by
Alan Mosley
Top achievements
Rank 1
Answers by
Tyler
Top achievements
Rank 1
Zdravko
Telerik team
Alan Mosley
Top achievements
Rank 1
Share this question
or