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

Search In

SOAP

Simple Object Access Protocol is a standard for exchanging information over the client and server.   This is the basic structure of SOAP message exchange   <?xml version="1.0"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.go

Applying constraints using code in ios

We can apply constraints with the help of coding also. Suppose we have a button and we have to give constraints to it so below coding can help us to do so. Lets make a custom button first.   UIButton *firstButton; firstButton = [UIButton

Saving objects into SharedPreferences

To Save Object values into SharedPreferences, you can use GSON library.   To save objects follow these steps:   Add Gson library dependency in your Gradle (App Level): dependencies { compile 'com.google.code.gson:gson:2.4'

How to create cron job in liferay

Cron job is a UNIX tool, its scheduling capabilities are powerful and proven. The CronTrigger class of cron is based on the scheduling capabilities.   CronTrigger uses “cron expressions”, which are able to create firing schedules s

Early binding and Late binding

In C++ program the compiler converts every statement in machine language of one or more lines, during compiled time. Every line is provided with the unique address. So each function of the program is provided with the unique machine language address.

Event Handling in .NET

While writing code in ASP.NET we always write it inside events associated with the control.   Event Arguments private void EventName (object sender, EventArgs e);   Application and Session Events The most important application events

Two-way Data binding in AngularJs

AngularJs provides a very useful and time saving feature,i.e,Two-way Data binding. Two-way Data binding in AngularJs is a way to synchronize data between model and view. If we change something in the model, it gets updated in the view component and v

Math.log Function

Math.log() function compute a natural logarithm. The method returns the natural logarithm (base E) of a number if the value of number is negative, the return value is always NaN or If the number is 0, the function returns -Infinity. Syntax Math.lo

Can You Help Me in Debugging this Android Code?

Can anyone please explain me this code ? Final class called ‘UserProfile’. Make the default constructor private. Create an inner class called ‘Users’ by implementing ‘BaseColumn’ interface. Inside the inner class,

Problem in Google map rotation in Android

I am facing an issue right now I am developing an Android app similar to Uber or lyft but the problem that I am facing is the car is moving on the map smoothly but sometimes it is revolving at 360 degree at one position, I need to stop that please he

1 358 481
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: