
Search In
Hi Friends,
Most of the large applications use SOAP for data transfer between two parties. So in rails we can also integrate SOAP support. For this there are multiple gems available. One of the mostly used gem is "savon". So here we will s
Method Overloading
Method overloading can be achieved by declaring two methods with the same name and different signatures. These different signatures can be either
1.Arguments with different data types, eg: method(int a, int b) vs method(St
Earlier when programmer used to build a web application, they required the skills to code in both business logic language and database language. However now, back-end frameworks are using Object-Relational Mapping (ORM). It helps programmer store t
In draggable gridlayout cells of the GridLayout(consist rows and columns) can be draged from one position to another by using OnDragListener.
To use GridLayout, first add gridlayout to project gradle (app level) and follow below st
In today's world, over 65% of businesses have gone online. Future is even more favorable for an online market. There is a dire need of online traffic for any website. You must agree that traffic is the backbone of any online firm.
A canonical URL quite sometimes used to describe the homepage of the sites. Mostly the URL which we want visitors to see.
The canonical URL make search engine identifies certain similar URLs that are actually same. Sometimes in a website the co
Event emitter in node js?
Event Emitter is a class that is in event module. Event emitter simply allows you to listen for "events" and assign actions to
run when those event occur. If you are familiar with front end development then you wi
If you are looking to create a music layer in android , here is the simple code snippet that can help you for this :-
Step 1:- Create an xml file for music player say"music_player.xml"
<RelativeLayout xmlns:android="http://schemas.android.com/
In certain cases, it is recommended to store specific data in the database. For this, one has to follow the given steps:-
In this example, I am storing song details with user id so that if users login with different names then he can get only his sto
Step-1 Install the Web LinkedIn module.
Step-2 After that custmozie .py(Python file) file:
In below example, I have custmozied .py file. You can directly copy the below python code in your .py file.
import openerp
import openerp.addons.web
from open
