Android Display GIF Image Tutorial
GIF image format (Graphics Interchange Format) is an animated and static image on an application. Besides, It is lossless bitmap...
GIF image format (Graphics Interchange Format) is an animated and static image on an application. Besides, It is lossless bitmap...
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...
Android TabLayout allow you navigate to another screen without open a new activity. It is always visible to the user unlike...
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...