Introduction To Android and Its Installation

Android is an operating system based on Linux, specifically developed for mobile devices such as cell-phones and tablets. It includes all the frameworks and that let you create and deploy your own custom applications. The Operating system uses touch inputs that  correspond to real-world input actions, Ex: swiping, tapping, pinching, and reverse pinching, and a …

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 …