
Search In
Hi guys,
As we all know that from iOS8 Apple has provided a new UIAlertController class which you can use instead of UIAlertView which is now deprecated. So today i'll demonstrate, how to use UIAlertController for displaying an alert in iOS. Her
To Implement Facebook login in swift 3.0, we can use following steps.
1. install pod
pod 'FacebookCore'
pod 'FacebookLogin'
2.Register your app on the Facebook developer account. After registration,Go to you info.plist, right click on it
Integrated Development Environment (IDE) is a software application that facilitates for Android & iOS app development. It is a graphical user interface that helps the developer to build software applications in an integrated environmen
Hello Readers,
The jQuery animate() method is used to create custom animations.
If you want to create some animation effect in your HTML, then you can use jQuery .animate() method for the same.
We use following syntax for create animation.
Syntax:
ASP.NET Page Life Cycle
ASP.NET Page Life Cycle determines series of processing steps which can be categorised as:-
1) Initialization of the page
2) Creation of instance of the controls
3) Restoration and Maintenance of the state
4) Event handler ex
Hello Readers!
In this blog post, I am going to tell you about slideshows but with a special effect.
Slideshow is an information which is displayed in slides. The information may be images, text, chart etc. The slides change after a certain time in
Asynchronous Nature of Delegates
Delegates are defined as function pointer i.e act as a pointer to methods in the application.
Example of Delegate :-
using System;
namespace ConsoleApplication2
{
public delegate int D
Successful businesses today are adopting IT solutions to optimize their operations. From personnel management tools, accounting systems, and supply chain management software to security management, IT solutions come in handy.
With digi
After having a smartphone in our hands, mobile apps are not only an entertainment for all of us but they are taking care of us too. From the calories count to heartbeat count healthcare mobile apps are giving you a complete report on your h
AssetBundle
AssetBundles let you stream additional assets via the WWW class and instantiate them at runtime.Note that bundles are not fully compatible between platforms. A bundle built for any of the standalone platforms (including webplayer) can be
