
Search In
Phase shift keying is the modulation scheme that will change the phase over the carrier signal being sent and received. The signal is converted into the magnetic field by varying its sine cosine inputs at a time.
&n
There are many cases where one need to extract frames from video irrespective of its length. With the given function one can retrieve the desired number of frames per second.
ArrayList<Bitmap> frameList;
String absolutePath;
Push notifications are messages that allow an app to notify of a message similar to how a text message pops up on your screen with a sound.Code for Android ,Iphone API push notification is given below by using urban airship
Android Push Notificatio
HI guys,
I'll help you add CustomView on a view Controller or on TableView or TableViewCell.
This helps in reducing our code because it can be re used over a number of times.
Create A empty file.
Add View on it.
// if you want to add supportin
If you are facing following exception while running your code:
Exception in thread "main" java.lang.OutOfMemoryError: PermGen space
Default size of most of JVM Perm Space is around 64MB, it can easily ran out of memory if you have too many classes
We know that in JavaScript functions have parameters
function(parameter1, parameter2, parameter3) {
code to be executed
} // here function is the name of the function
Rules for the parameters
We do not specify data types for parameters in
It is possible to set number of lines of a label by going to the Attribute Inspector and assigning value 0 to the lines attribute.
In case of Text Field we can use Text View but if we are using UIButton then there is no option for the multiple
Hello Readers !!
Today we are going to discuss about the bouncy effect in the games.
You must have seen water in many 2D games. And once you throw any object on that water layer it shows bouncy effect which looks very nice.
Such type

Hii,
In this blog, I am going to share an example in which i have created a comment box using few html tags like input box and text area and i have used jquery to set the word limit and to count the number of characters typed.
Go through the ex
Table view is one of the most frequent iOS app UI element. In iOS many of the apps utilize tableview to exhibit a list of data. Special features of tableView include headers, footers, rows, and section. It provides a list of options further s
