
Search In
How to deal with Out of Memory exception in android:
In android we encounter with out of memory exception many times. The reasons are we don't have expanding memory and completely dependent on device
the memory available on phone. So we don't have c
Hello Friends,
Today I have created a simple example of child element show and hide function in jQuery. Many times I found that we are facing an issue of showing child element of each list by clicking list parent element.
Here in jQuery code, I used
In the below example code I have described how to add Header in RecyclerView without using any external library. For that, Firstly, I have created a header.xml layout and here I have added a TextView.
Now see programing In MyAdapter class I have dec
In magento if we are required to create a simple slider of products which are recently edited for say between from previous month to the current month.
Lets see how we can create it :
1. Create a module with namespace and module.
2. Then Create a fi
In magento if we are required to create a simple slider of products which are recently Added for say between from previous month to the current month.
Lets see how we can create it :
1. Create a module with namespace and module.
2. Then Create a fil
Whenever we use lists (either Unordered-ul or ordered-<ol>) in html, in most of the cases there comes a need to add dynamic elements at the end of the list. This is achieved using javascript or jquery. Jquery being a fast and commonly use
C# .Net : XML Serialization of simple class object containing multiple properties
The process of converting an object into stream is Serialization. This generated stream then can be used either for saving it in a file or for transporting/sen
Waypoints API helps to find directions in Google. So how to pass multiple latitudes and longitudes in Waypoints API. This is the way pass a single lat long we would pass it as below
waypoints:
[{
location:new google.maps.LatLng(42.496403,-
Change Spring Web Context Configuration Filename
We know that if we want to implement the Spring MVC in our project then we should add DispatcherServlet into our web application deployment descriptor (web.xml) file like as below
<servlet>
If you want to edit __openerp_.py in odoo-9 ,for example you can use below code.
{
'name':'Tutorial theme',
'description': 'A description for your theme.',
'version':'1.0',
'author':'Your name',
'data': [
],
'category': 'Theme/Creativ
