What is React native? React Native is used to create native apps with JavaScript, whereas your application is fully native but user interface design and logic was written in JavaScript using React.js and it is a open-source framework like phonegap. In the PhoneGap and Apache Cordova used DOM for rendering, it is the main reason … [Continue reading...]
Best Mobile UI Frameworks using HTML5, CSS and JS
We can divide the mobile application development into native, hybrid, and web. Hybrid and Web developers are only familiar with HTML5, CSS, and JS. After the PhoneGap/Cordova native API access web developers can able develop their own mobile applications with the support of modern mobile web UI frameworks. There are many mobile web UI frameworks … [Continue reading...]
ionic side menu example
Ionic framework provides excellent side menu directive which is easy to implement and also having the excellent user interface, in this example we will learn about how to create a simple ionic side menu example. This ionic side menu also known as ionic navigation drawer and many of us know it is one of the best and popular navigation pattern for … [Continue reading...]
Cordova device plugin example using ionic framework
In the previous tutorial we have implemented the Cordova camera plugin example, now this tutorial we will learn about how to implement Cordova device plugin example. Next create the ionic project using the below commands. Here we are creating the ionic blank project and name it is as "DevicePluginExample" ionic start DevicePluginExample … [Continue reading...]
Cordova camera plugin example using ionic framework
In the previous tutorial we have learned about the getting started with ionic framework. now we are going to learn about how to access the device camera and photo library using cordova camera plugin and ionic framework. This sample will work android and iOS Devices. Next create ionic framework sample using the below command, here we are creating … [Continue reading...]
ionic framework and cordova or phonegap – getting started
What is ionic framework ? ionic framework is a open source html5 framework for developing highly interactive apps using mobile optimized html5, css and js components, build with Sass and optimized for Angular JS. ionic is mainly focused look and feel UI interaction of the app it closely resembles native mobile counter parts, and … [Continue reading...]
Multi-Device Hybrid apps using visual studio Cordova – Getting Started
Microsoft announced to adding support for popular Apache Cordova framework from visual studio so user can easily build application for iOS, android, windows phone and windows platforms, this makes every hybrid application developers to be happy. I hope most of them already known about the Apache Cordova, still you not heard about Apache Cordova, … [Continue reading...]
visual studio cordova plugins for cross-platform mobile apps
As per present market, mobile application development is hot trend in the software industry.Growing number of mobile phone and tablets is the proof that this field will reach the top position in the software development. But mobile development having different platforms like iOS, Android, windows, etc. Customer eager to develop their business … [Continue reading...]
Recent Comments