
Search In
We first create the borders we’ll use a dashed outline and a box shadow.
The outline have all its values; width, type and color. The box-shadow only needs the value for spread which should be the same as the outline’s width and its color. The outline
There are different ways for passing data between controllers in Objective-C. In this example we are going to use NSNotificationCenter for passing data from one view controller to another view controller. NSNotificationCenter is generally used to bro
Internet Group Management Protocol (IGMP)
IGMP is the extension to the ICMP and it occupies the same place as the ICMP in the IP protocol stack.
The IP data field will contain the 8-byte IGMP message in the format .
 
Association is basically linking two models of the database.
It is very useful.
After applying association you don't need to join the tables from the controller and fetch the data of another model from the controller.
The four types of associa
In the below example I have created Ripple Drawable clickable button. Here first I have created RelativeLayout In Relative layout I have added a Button, after then I have created two xml layout in drawable folder first is one.xml layout in that
We are here to discuss OAuth 2.0 Authentication in wordpress. Do you know about OAuth?. What is OAuth?. OAuth is nothing but a open protocol which is useful to allow authorization by easy and secure methods from web/mobile/software applications.
In w
Welcome to findnerd, today we are going to discuss to join in MySQL.
Firstly let know what is join ?
An SQL JOIN clause is used to combining two or more tables and return output in single table.
So in simple word we can say that MySQL joins basi
Basic Hibernate Mapping:
One to one mapping
One to one mapping is performed by one-to-one element. No foreign key is created in primary table.
Let us see one simple example, in which we are using bidirectional association.
There are two persist
IPv4 supports three different types of addressing modes.:
Unicast Addressing Mode:
In this mode, data is sent only to one destined host. The Destination Address field contains 32- bit IP address of the destination host. Here the cli
Hi, guys, today will learn how to pass data from one view controller to another in iOS
1. First & foremost you have to analyse the type of data that is in your first ViewController that you have to pass ahead to the next view controller.
2. Supp
