Search In
Hello Readers!!
Today we are going to discuss about the AdMob SDK intergration with Unity3D. Its very easy and straight forward.
You can download the latest AdMob plugin from here :-
https://github.com/googleads/googleads-mobile-unity/rele
Hello all, Below is the process to create Line Items in DPP (Double Click for Publishers),
To create a line item first you need to create an order if the order is already created then you don't need to do that, else every time whenever you have new
Hello guys
Here, I am creating custom roles in liferay 6.2. I have three (i.e vendor, client and standard user) roles to create in liferay portal and assign them permissions, So we need to create "regular" roles.
Step 1: Create custom roles (i.e ve
createElement() Method in JavaScript is used to create a HTML element through the JavaSript
The Syntax is as:
var element = document.createElement(tagName);
the Tag name in statement defines the HTML element to be created. for the same purpose
Setting up a search ad means much more than choosing ad groups and keywords. In order for your ad copy to be effectively written, you must remember that its main goal is to sell products or services. Therefore, an ad must be perfectly craft
In the below code I have created Menu Groups. Simply I have added menu items in menu folder, all menu item are added in group. See the below code it will clearly described how to make Menu Groups .
Step(1)-MainActivity-
public class MainActivity ex
Hello readers, Well all love to play games whether a child or an adult. So here in my blog I have tried to create a game which we all have played in his/her life in their childhood days.
So, I have created it using CSS properties , hope you
Many of the wordpress themes are having options in admin panel for uploading and changing the favicon image. But if we want to make a custom favicon image or we do not have any option in theme then we can create a custom favicon for every wordpress s
In the below example code I have created a Custom Spinner. Here first, I have added spinner library in build.gradle file. After that, I have added Spinner layout in activity_main.xml layout. In MainActivity I have added items name in String.
You can
Add Suffix To Date
Here is a very simple example of adding suffix to the date in iOS .With the help of example given below you can easily add a suffix to the date selected by the NSCalend