
Search In
In the below example I have created an animation splash screen. Here I have first created animate.xml and traslate.xml layout in anim folder and in activity_main.xml layout I have added ImageView. I have used AnimationUtil.loadAnimation method in Mai
Css Selector:
It is a css rule set used to select the the content you want to style.
Types of selectors you want to style:
Id selector
Element selector
Group Selector
Universal selector
Class selector
ID Selector:
It selects the ID attribute of
C# delegates are similar to pointers to functions, in C or C++.
Delegates are used to perform tasks associated with a function while that function is invoked delegate will perform the task.
For example, consider a delegate:
public delegate int M
Panel control is works as a container for static text and other controls or we can say that it acts as a parent for other controls in a web page. It displays or hides the other controls as per the need of the program.
Uses of panel control:-
1.Gener
You all will agree to this that linear search is the most simple search algorithm we have read among all other algorithms. Right!?! In this type of search , every item in a list is checked one by one, i.e, a sequential search is made over all items i
Hi,
Below code example will help you to "show the current date month and year using javascript".
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
A filter is used to format data to be displayed to the user. These can be used in controllers,templates or services and we can also easily define our own filters. Some of the built-in filters in AngularJS are :-
1.uppercase - formats or converts text
A pointer is a variable which is used to store the address as a value of another variable. Pointers are helpful with program's efficiency and allow us to handle unlimited amounts of data.
The following operations are performed with point
We know that in android only main thread can touch the UI but there are some severals methods that can touch the UI from background thread that are following as :
1. Handler
2. PostDelayed
3. RunOnUIThread
4. AsyncTask
1. Handler is basically us
The method used to create the custom animation of a set of CSS properties is the animate() method.
Simple syntax to use this method is:
$(selector).animate({params},speed,callback);
The param parameter is the requi
