Images

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...

Advertisements

PHP Socket Programming Tutorial

Every programming language enable to use socket programming to provide the communication mechanism between two processes on the same or...

Android ContentProvider Tutorial

ContentProvider is a component that provides data control from one application to another application. It can choose many different way...

Android Fragment Tutorial

Android Fragment is a modular section of an activity which enable to combine multiple fragment into one activity. Each fragment activity have...

Android Service Tutorial

Android Service is a component that running in the background without a user interface. It is a long running operation...