How to create a PhoneGap App from an MVC4 .NET project ?

Asked by Last Modified  

11 Answers

Learn .Net

Follow 0
Answer

Please enter your answer

PhoneGap applications are designed to host Single Page Applications (SPA). This is where a single HTML page with it's supporting resources such as javascript and css files are bundled into a package and downloaded to the phone. PhoneGap provides a native wrapper to allow your Javascript code to access...
read more
PhoneGap applications are designed to host Single Page Applications (SPA). This is where a single HTML page with it's supporting resources such as javascript and css files are bundled into a package and downloaded to the phone. PhoneGap provides a native wrapper to allow your Javascript code to access the phones native API's. Extended functionality is made available through the PhoneGap plugins. This allows the SPA to work offline as all its resources are embedded on the phone. PhoneGap now works using NodeJS which can be difficult to set up. If developing for Android you also need the ADT kit and to install ANT. WindowsPhone has it's own problems setting up too. The PhoneGap get started page will take you through setting up the PhoneGap dependencies. There are many tutorials on PhoneGap development but a good YouTube series starts here: https://www.youtube.com/watch?v=0gGBhaVG9CI[^] read less
Comments

IT Professional Trainer working with a reputed Institute. Headquarters: Hyderabad

You can visit:- http://community.phonegap.com/nitobi/topics/how_to_create_a_phonegap_app_from_an_mvc4_net_project
Comments

A 4.2 years experienced Dotnet developer, worked with IT giants, ample hands on experience.

Please do a basic Google search first, there are a lot of references on Google. http://stackoverflow.com/questions/13147404/converting-a-regular-mvc-site-for-use-in-phonegap The above should get you started.
Comments

Experience Professional With 13 Years in It Industry

PhoneGap app is used to create SPA (Single Page Application) so as a MVC developer you can choose WEB API option to develop the SPA application and in font end choose Angular JS most suitable framework for SPA.
Comments

ASP.Net,C# Trainer

PhoneGap applications are designed to host Single Page Applications (SPA).PhoneGap now works using NodeJS which can be difficult to set up. If developing for Android you also need the ADT kit and to install ANT. WindowsPhone has it's own problems setting up too. The PhoneGap get started page will...
read more
PhoneGap applications are designed to host Single Page Applications (SPA).PhoneGap now works using NodeJS which can be difficult to set up. If developing for Android you also need the ADT kit and to install ANT. WindowsPhone has it's own problems setting up too. The PhoneGap get started page will take you through setting up the PhoneGap dependencies. There are many tutorials on PhoneGap development but a good YouTube series starts here: https://www.youtube.com/watch?v=0gGBhaVG9CI read less
Comments

Civil Services Trainer (IAS Trainer for General Studies and Anthropology and Public Administration)

PhoneGap applications are designed to host Single Page Applications (SPA). This is where a single HTML page with it's supporting resources such as javascript and css files are bundled into a package and downloaded to the phone. PhoneGap provides a native wrapper to allow your Javascript code to access...
read more
PhoneGap applications are designed to host Single Page Applications (SPA). This is where a single HTML page with it's supporting resources such as javascript and css files are bundled into a package and downloaded to the phone. PhoneGap provides a native wrapper to allow your Javascript code to access the phones native API's. Extended functionality is made available through the PhoneGap plugins. This allows the SPA to work offline as all its resources are embedded on the phone. PhoneGap now works using NodeJS which can be difficult to set up. If developing for Android you also need the ADT kit and to install ANT. WindowsPhone has it's own problems setting up too. The PhoneGap get started page will take you through setting up the PhoneGap dependencies. read less
Comments

Angular 2,CLI , Web API, Design Pattern, Architeture

Phone Gap is underlying framework which help you to access API for camera,Bluetooth, phone book ,whenever you need an application which supports image capturing ,Bluetooth, phonebook accessibility preferably use Phone Gap
Comments

Microsoft Trainer

This is easy way to learn and create a PhoneGap App from an MVC4 .NET project ,please follow the below link http://phonegap.com/blog/2014/12/11/phonegap-desktop-app-beta/
Comments

Professional Training Provider (Focus on to clear Basic Concept)

Quick Test PhoneGap App - Create SAP With mvc4.net then...page with it's supporting resources such as javascript and css files are bundled into a package and downloaded to the phone. PhoneGap provides a native wrapper to allow your Javascript code to access the phones native API's. Extended functionality...
read more
Quick Test PhoneGap App - Create SAP With mvc4.net then...page with it's supporting resources such as javascript and css files are bundled into a package and downloaded to the phone. PhoneGap provides a native wrapper to allow your Javascript code to access the phones native API's. Extended functionality is made available through the PhoneGap plugins. read less
Comments

Trainer

Phone Gap is a single page app , to understand what a Single page Application see my article http://www.c-sharpcorner.com/UploadFile/dev4634/single-page-application-and-angular-js-background/ You need to know any javascript framework like angular js or node js to run any phone gap app from MVC4.net...
read more
Phone Gap is a single page app , to understand what a Single page Application see my article http://www.c-sharpcorner.com/UploadFile/dev4634/single-page-application-and-angular-js-background/ You need to know any javascript framework like angular js or node js to run any phone gap app from MVC4.net project . Google around and see video for Phone Gap App in utube which can give you clear idea. Thanks, read less
Comments

View 9 more Answers

Related Questions

If have more than 10 lac records in a table. Can any one tell how I can use custom paging in this scenario. Our motive to achieve records within 1-2 sec.
When you have such huge data(10 lac) client side pagination will kill your application and eventually will slow down. As mentioned above, server side pagination will be better approach. on demand click,...
JK IT Training
What are delegates in ASP.NET
Delegates are type safe function pointers or callbacks. Delegate is a class that holds a reference to a method or function. Delegate class has a signature an it can only refer those methods whose signature...
Madhuri S.
What is .NET?
simple and short definition of .net that .net is a framework
Pavan
what is .net?
We have seen BCNF and 3NF. It is always possible to obtain a 3NF design without sacrificing lossless-join or dependency-preservation. If we do not eliminate all transitive dependencies, we may need...
Kodeeswaran

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Read CSV data using ODBC Connection
Codes to read the CSV data using ODBC Connection- Input File: File's Encoding format should be ANSI as below class Student{ public string CollegeId { get; set; } public string AdmissionDate...

Steps to fill drop-down value from database to view page in ASP.Net MVC Application
In simple few steps you can fill the dynamic data from database to HTML page in MVC Application Write connection string in web config file Create table related getter setter in model Fetch data...

What Is An Array? Explain Its Type.
Array: Array is a collection of similar type of data in an array varaiable. Array start with Zero Index and maximum length of array is total element - 1. i.e., Suppose n is the length of array, total element...

Difference between Abstract Class and Interface
This is probably one of the most commonly asked questions in any job interview for .Net. Before we look into the differences between the two lets find out the main features. Abstract Class By definition...

The Common Language Runtime
i. It is important to understand that the CLR is an execution environment for .NET applications and that includes applications written in C#, F#, VB.Net and other languages that target the .Net Framework. ...

Recommended Articles

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Applications engineering is a hot trend in the current IT market.  An applications engineer is responsible for designing and application of technology products relating to various aspects of computing. To accomplish this, he/she has to work collaboratively with the company’s manufacturing, marketing, sales, and customer...

Read full article >

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

Looking for .Net Training ?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you