
Search In
Hello friend's
If you want to create a Call State function in Android see the below code example. Here I have used TelephonyManger method to get the information of call state And I have used PhoneStateListener. In AndroidManifest.xml I have added P
There are two storage session storage and local storage in the new web storage API in html5.
HTML local storage contains two objects for storing data on the browser:
window.localStorage - stores data with no expiration date
window.sessionStorage -
By Using the following code you can integrate the Google Maps SDK in your iOS project.
First we will write the function which results the array of related nearby places.
-(void) searchLocation:(NSString *)locationName{
GMSAutocompleteFilter *f
sometime we need to generate a random string of byte, For this purpose openssl_random_pseudo_bytes method is used,which gives us a random string of byte.
Syntax
string openssl_random_pseudo_bytes ( $length ,$crypto_strong )
Parameters
Hi there,
In this blog we will see how to add watermark images to our PDF files using Java. Watermarks have been used to discourage counterfeiting. To generate watermarked PDFs we need an additional itext.jar file to be included
Hello Readers.
There are situations when we have to decide to use either an <img> tag or a background-image. But then we think of the same visual outcome and choose at random among the two. Let us learn about the two and the criter
Pagination with search in Cakephp 2
Hello friends, today I am going to tell you how to use searching with pagination in Cakephp 2. If you want to search multiple things like first name, last name, email etc then it can be done easily. Lets begin sea
Hello Readers!
In this blog, I am going to explain the concept of CSS3 Animations in simple words
CSS3 animation is used to animate the text from one CSS style to another and adding many effects to it.
Animations consist of two building blocks i.e @
Hello Readers !!
Today I am going to explain basics steps to create a Facebook App so that you can use Share, Invite and Login in Unity game.
First create a Facebook App. Once you will login on https://developers.facebook.com/&
Queue() method is used in jQuery to returns a number of animations to be performed on the elements in the jQuery object. This method is used for the continuous looping of a jquery element. It returns the effect which is used in the queue. While queue