
Search In
Introduction
If you want to do data binding between incompatible types, you need to use a converter. A converter converts the value from source type to target type and vice versa. A value converter is a class, that implements the simple
A cursor is a database object that can be created at runtime. It is used to get data from a result set line by line(or row by row) rather than executing all the rows in the result set at a single time like an SQL-transaction. Generally, w
Hello Readers,
Hope you are doing good today.
Today on My blog, I am going to explain about the Administrative Privileges in MYSQL.
What is Privileges
Several types of privileges can be granted to an account. Privileges should be granted acc
JavaScript is one of the most powerful object-oriented programming languages used all over the world. This language uses the independent fragments of codes to build web applications. These fragments are known as objects that usually work as building
By using cordova-plugin-vibration we can get vibration on the devices. The plugin has some global objects like navigator.vibrate.
Installation:
cordova plugin add cordova-plugin-vibration
Vibrate:
The vibrate function provides the three functiona

When building a 2D game in Unity3D. We need to specify which items will be rendered above which item.
We can do it by specifying the distance of the sprite from the camera but Unity provides a better way of doing this through the use of Sorting Layer
Enabling caching .
Caching is enabled in three step.
1) Create a writable directory on your server where you want strored the cache files.
2) Set the path to your cache folder in your application/config/database.php file.
3) Enable the cachi
In my last project I came across a requirement where I had to delete all the blobs from a container using a criteria for modified date with azure web job.
The criteria for deleting the files were to delete the files whose last modified date time wa
Choose the version of ruby you want to install for example : 2.2.3
After choosing the right version of ruby first step is to install some dependencies :
sudo apt-get update
sudo apt-get install git-core curl zlib1g-dev build-essential libssl-dev li
In some cases we have to get global information about application environment programmatically. We will get package name, version name, version code, application info and last updated time using the PackageInfo class which contains all of the informa
