Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

UIAlertController as an action sheet in iOS8 and above.

Now you can use UIAlertController as an actionsheet in iOS 8 and above versions. Here is an example of it:- UIAlertController * view= [UIAlertController alertControllerWithTitle:@"Sample"

Get all Facebook chat messages in iPhone

Note :- Facebook provides only 25 latest chat conversation messages /This is completion handler method and takes 3-4 sec to load chat messages from FB/ NSMutableArray *arrConversation = [[NSMutableArray alloc]init]; NSArray *arrPermission = @[@"

Keyword test in Test Complete

TestComplete - Keyword Test TestComplete is an automation testing and quality assurance tool. It supports keyword-driven testing which allows the user to create, modify and record the tests. How to create a new Keyword test: Every project have Key

Select Image from Device

Hi, If you want to select image from device in Xcode, you can use the below code for this. #import <uikit.h> @interface ViewController : UIViewController&lt;UIImagePickerControllerDelegate,UINavigationControllerDelegate&gt; { _weak IB

Launch application after phone boot or screen unlock in Android using BroadcastReceiver

We have BroadcastReceiver to listen to the system events. There are receivers like BOOT_COMPLETED, SCREEN_ON, USER_PRESENT which we can register to perform any specific task when phone boots or screen unlocks. The same we are using here to Launch ou

Progress bar

A Progress bar indicates the current percentage for completeness of an operation or process. jQueryUI provides an easy-to-use progress bar widget that we can use to let users know the percent of completeness of an operation. jQueryUI provides progr

Using async with ASP.NET MVC 5

ASP.NET has a pool of threads to service incoming requests. Once a new request is received a new thread is picked from the thread pool to service this request and this thread cannot serve any other request until the current request gets completed.

Types of Errors in ActionScript

The error is any mistake that we make while writing a program which hampers the proper functioning of the program. While creating and running any application we encounter different types of errors. An error produces undesired output or other behavio

ASP.NET Life Cycle

ASP.NET Page Life Cycle When page ise requested its gets loaded into memory after work is being done it is unloaded from the memory. The page life cycle phases are: Initialization Instantiation of the controls on the page Restoration and

UINotification in iOS10, Swift 3.0

To implement Notification in iOS 10, follow below steps. Go to Project -> Target -> capabilities -> push notifications enable push notification. Now in Your AppDelegate Class do following steps - 1. Import UserNotifications. 2. Assign &ld

1 7 179
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: