
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


Extension Methods in C#
Extension Methods were introduced in c# 3.0. These methods are helpful in adding methods to the types which already existed i.e without creating a derived type via inheritance, methods can be added to existing type. I
Facebook integration helps the user to login to your app with his/her Facebook account.
If you are looking for the procedure to integrate Facebook in your android then do follow the steps mentioned below:-
Step 1) In your
Are you mentation to move from Outlook Shipping to Outlook? Look Shipping creates DBX folders to fund email messages. But you can't turn a DBX file in Outlook consumer. You human two options here: either you can significance email messages from D
Authenticate controller method using @PreAuthorize annotation : @PreAuthorize annotation is used to provide the method level security. We can secure our methods by using @PreAuthorize annotation. It is very easy to use and it is always preferred over


As google’s Io 2k17 KOTLIN is announced as official language for android development. Hence, it is a time to gear up with this new language.
So, today in this tutorial, I am going to show a simple android app demo in kotlin
Test Plan
It is a document prepared by managers or leads which consists of all the activities related to testing, once the requirements are given the managers and lead study the requirements and prepare the test plan.
The test plan is followed by al
In Spring we can call the stored Procedures using the SimpleJdbcCall class. we have use it with IN and OUT parameters. Firstly we need to create the procedure in database.
DELIMITER //
DROP PROCEDURE IF EXISTS `TEST`.`getRecord` $$
CREATE PROCEDURE
This tutorial helps you how to create custom camera app, with the help of the following sample code.
The Custom camera capture the image with auto focus and flash on the click of the capture button.Some developers may require a camera user int
In this tutorial we will discuss about ApplicationContext instantiation for web applications and how to access it. There are numerous different ways to get a task done in Spring framework and that is one advantage of it.
In web application, Applicati
