
Search In


Sometimes we need to be more generic about naming convention of images. We may need same name of assets(images) for various views.
Xcode doesn’t allow us to keep the files with same name and can throw error or change the asset name by itself.
RecyclerView is not behaving properly when added as child of a NestedScollView (New Items added to RecyclerView taking more than 2 mins to reflect)
RecyclerView is not behaving properly when added as child of a NestedScollView
PROBLEM -&nbs
Hello Reader's,
If you have develop a non responsive website and you want to convert it into a responsive design compatible for mobile and tablets then in this blog you can learn how to do this.
To make website layout responsive you need t


The jquery attr() method help users to return the values of first selected elements as well as we can also set the values of attribute(i.e one or more attribute values.)
Syntax :
//Return the value of an attribute:
&n


Hello
Overview
A substitute language can be defined in export. It is put to use so that if a value is not present in the requested language then that value is output in the defined substitute language.
In the main module this functionality
Hello friends,
Today we learn how to remove a particular item from a list of item using jQuery. For this, jQuery provides a selector :eq() or a method .eq(). This method helps in selecting a particular item from the list.
Syntax:
.eq( index )
in


Hello Readers
In my previous two blogs, I separately explained about Password Validation using JavaScript and Password Validation using HTML5. In this blog, I will explain you all how to separate form and function, so basically it will help
Hello Guys,
As Dropbox was not allowing http URL's for callback or rediect URI's (as http was only allowed for localhost).
I added below redirect URI in dropbox App for local machine :
http://localhost:8080/DropboxTest/oauth_callback
Now
Hey Readers!
A favicon (acronym for favorite icon), is a file that is associated with a particular website and contains many icons. Browsers supporting favicons display the page's favicon in the address bar of the webpage or in a list of bookmar
Trigger() method:
It is used to trigger an event for selected element and also trigger default behaviour of an event for the selected html element. It works similar to the triggerHandler() method, but triggerHandler() does not trigger default behavi
