
Search In
New major features added in 5.0:
Introduced Material design ,new widgets, custom shadows, vector drawables and custom animations.
ListView is now replaced by RecyclerView and use of CardView, with better optimization.
You can now add more than one
Media queries is used to make web page responsive i.e. for mobile phones, tablet. It is based on the capability of the device instead of checking only the device width and height.
It can check the following points:
Viewport width and height
Device
We know that the data can be changed inside a field by using update command.
In this article I will guide you to replace part of the data without changing the entire data of the field. For this we will use replace command to replace a part of the co
JavaScript Array concat() method : The concat() method is used to join or combine the two or more arrays. It doesn't change the original array. It return the new array having all the elements of combined arrays.
Syntax of array concat() method :
a
This method is used to work with multiple functions i.e when you click on selected element first function will be fired and when you click on that selected element second function will be called and so on.
Syntax :
$(selector).toggle(function)
Pa
The RESTful web service need to include CORS access control headers in its response, there we have to add a @CrossOrigin annotation to the handler method.
It enables cross-origin requests only for the particular method. It allows all the HTTP methods
What is ‘Release Notes’ ?
Release notes is a kind of record or document which is delivered as a portion of the complete and final build. Release notes includes fresh and original developments which are as a portion of that release and also well kno
JavaScript Array reverse() method : The reverse() method is used to reverse the order of the array elements.
Syntax of Array reverse() method :
array.reverse()
Example of Array reverse() method : Here in the following example I will show you h
JavaScript Array shift() method : The shift() method is used to remove the first element of the array. The shift() method will return the first element which will be removed. The shift() method will change the length of the array.
Syntax of the shif
Hi All,
In this blog we will discuss about the async attribute is javascript, which is a boolean type of attribute that's either can be true or false and when ever we use this attribute to any script tag, it simply denotes that the available script
