Visit Sponsor

Blog Views: 3

Invoking Adapter procedure in IBM Worklight

1. What is an IBM Worklight Adapter? 2. How to create SQL Adapter? 3. How to invoke Adapter Procedure? 3.1. Prepare an invocationData...

Read More

Blog Views: 4

Creating SQL Adapter in IBM Worklight

This tutorial will help you to understand the SQL adapter and to create a SQL adapter from IBM Worklight. Here it provided step by step...

Read More

Blog Views: 2

How to Install ant in your Mac OS X

Ant is already installed on some older versions of Mac OS X, so you should run ant -version to test  to check if it is already...

Read More

Blog Views: 3

Create and manage new branch in git

Find some of the useful git commands for creating and managing new branch in git/GitHub. 1. Create a New Branch in Git 2. Switch to your...

Read More

Blog Views: 2

Crate a New Repository in GitHub

You can follow the below steps to create and delete branches from GitHub.com Follow Screen Instructions...

Read More

Blog Views: 3

Creating HelloWorld Application in PhoneGap Cordova Plugin

1. Download Latest PhoneGap Plugin 2. Creating an new android project 3. Adding Html, CSS and JavaScript files to project 4. Add PhoneGap...

Read More

Blog Views: 6

Sending SMS from JavaScript using Phonegap SMS plugin

1. Introduction 2. Features supported 3. How to integrate the SMS plugin 4.Sending SMS using Intent method 5. Sending SMS using SMS manager...

Read More

Core Java Views: 4

Sort Array ascending or descending using comparator in Java

Quick Java code snippet to sort Array ascending or descending using comparator in Java....

Read More

Core Java Views: 5

How to Test String Equality in Java?

Sample program to test String Equality in Java using equals to (==) operator and String.equals() method....

Read More

Core Java Views: 3

String Concatenation Test in Java

Sample Java program to concatenate two strings using plus (+) concatenation operator....

Read More
Close