
Search In
Hi,
In this blog I will continue on the blog I earlier posted What is Xamarin, and we will discuss about the building blocks of Xamarin Android.
Application.
Android Manifest
Assembly Info
Xamarin.Forms
Resources
Activity Class
etc.
Here, Andr
Joins in database, We can easily determine the meaning of joins very easily. In database we use the concept of joining in tables to fetch the data combination. There
are different type of methods of joining two or more than two tables in database. Y
It gives an opportunity to invent our own data type and define what values the variable of this data type can take. This also helps in making the program more readable, which can be an advantage when a program gets complicated or when more than one p
Div:
It is a block -level element.
It is used as a container that is used within a page or document.
It is used to wrap sections of a document.
By default, line break is placed before and after the element.
It is used within paragraph or an image w
VTABLE- C++ uses a special form of a runtime method binding to implement virtual functions which is called virtual table. Virtual table is a table of functions used to accomplish function calls in a dynamic binding manner. Virtual binding
Virtual function is a member function in base class, which is redefined in the derived class.
Virtual function is declared by using the keyword virtual.
Syntax of virtual function:
class main_Class // denotes the base class of virtual func
To convert variables of one type to another is known as type conversion. There are two types of type conversion:
Implicit type conversion
Explicit type conversion
Implicit type conversion : It automatically converts the data type to
In Magento sometimes we are required to apply our own custom price on the products while adding to the cart.
To do so we can work upon the event checkout_cart_product_add_after.
Lets see how we can do it:
1. Create a module with names
In our regular programming life, we always come in to situation where we need to pick few elements from array, remove them or insert some elements into them. In ruby there are methods available for such operations. Some of them are:
1) Select:
Sele
Here we will learn what is the meaning of all the status code that come under the 1xx series (i.e. indicating informational message in different situations).
HTTP 1xx series status code are as an acknowledgement to the client. With the help of HTTP
