Android PHP MySQL Login Tutorial
Android has many options to choose which database you want to use in the applications. SQLite database only good for...
Android has many options to choose which database you want to use in the applications. SQLite database only good for...
Nowadays, all smart phones have torchlight or flashlight capability which come with the camera. The torchlight make the camera able...
XAMPP is the best PHP development environment in 3 different Operating System which is Linux, Mac OS and Windows. It...
Android service not only can running in the background, it also possible running in the foreground by using notification and...
Every programming language enable to use socket programming to provide the communication mechanism between two processes on the same or...
Android Localization allow you to support different or multiple language on many android devices. It will automatically change according to the device...
ContentProvider is a component that provides data control from one application to another application. It can choose many different way...
Android Fragment is a modular section of an activity which enable to combine multiple fragment into one activity. Each fragment activity have...
Android Service is a component that running in the background without a user interface. It is a long running operation...
Android Navigation Drawer is a advance form that display the main menu option in the left or right edge screen...