
This lecture will introduce you to the Cordova.
After this lecture you can setting up environment using Visual Studio 2015 on your PC
After this lecture you can setting up environment using Command Line Environment on your PC
After this Lecture you will be able to create your first Cordova app using Visual Studio 2015.
After this Lecture you will be able to create your first Cordova app using Command Line Interface (CLI)
You can modify list of platforms on which your application will able to run, this lecture provide understanding of how to do that.
Using config.xml file we can config entire Cordova app
Like web apps we can also store some data in LocalStorage
Cordova also provides own list of events we can use those to improve performance of our app
There are large no. of plug-ins exist using which we can manage Cordova app like native app
Like web app, we can add HTML, CSS, JavaScript files to Cordova app
Using Visual Studio we can also debug our application, and obtains values of any variables while our application is running
After this lecture you will obtain signed apk file which used to publish app to play store
After this lecture you will obtain signed appxbundle file which used to publish app to windows store
Some practices exist that we need to follow to improve performance of our Cordova app
Conclusion
Cordova is open source mobile development framework for that allow us to create Mobile applications with standard web technology such as HTML5, CSS3, JavaScript.
If you are web developer and want to create hybrid mobile application which runs on multiple platforms such as Android, iOs, Windows Phone, Windows 10, and many more.
Cordova became very popular because of it work on multiple platforms with single code base. Cordova provides lots of plugins using which we can access native mobile functionalities like Camera, Storage, Contacts, etc.
With command line interface we can add multiple platform for our application as well as plugins. We can also build & run our application in it. In visual studio provides all of the functionality provided by command line as well as debugging. Visual studio hide all of the complexity.
We will Learn all above things through this video series. If you have any doubts then you can contact me via mail and Q & A.