PhoneGap Configuration File : Config.xml

Config.xml is a platform specific configuration file. With the help of this configuration file, it is possible to modify the default values of PhoneGap application elements like – Widget Name Description Plugins API Icons Splash Screens etc. Important Points About Config.xml Make sure it is at the top level of your application. You can take a look …

Install PhoneGap

Installation of PhoneGap consists of 2 simple steps: Installation of Desktop Application PhoneGap provides 2 ways to install desktop application: GUI (Graphical User Interface): PhoneGap has provided GUI interface for users’ comfortability and ease. It is a perfect alternative of PhoneGap’s CLI Installation.  PhoneGap has separate installers of desktop application for Mac OS X and …

Login With Facebook PHP CodeIgniter : OAuth Login

OAuth is simply an open authentication that is used for providing access to the server data after authorizing a user via third party services. In this tutorial, we are going to explain how you can implement Facebook login via open authentication to connect with your website using CodeIgniter. You can achieve this login mechanism using …