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

Search In

Describe Data type in PHP

Hello Reader's ,   Today in my blog i am going to Describe Data Type in PHP. Data Type is a very important part of any programming language. Let's start learning about Data Type What is Data Type? A data type identifies the chara

Count Steps in Android

We can count steps in Android by using two sensors i.e. TYPE_STEP_COUNTER and TYPE_STEP_DETECTOR. These two sensors were introduced in API level 19. TYPE_STEP_COUNTER:- This sensor returns number of steps taken by the user since last rebo

Overriding Vs Shadowing in C#

Overriding Vs Shadowing in C#   Method overriding   A base class method re-written in derived class with different definition is method overriding.   At run time overriding is resolved therefore it is also known as “Dy

How to use switches in AngularJS

The md-switch which is a Angular directive can be used to show a switch in your angular application. These are the attributes: * ng-model -  bind data. name - It is the name of property in the form under which the control is published. ng-

Array and it's type in java

In this blog we will learn about array and it's type in Java. Array is defined as a collection of similar type of elements.          Array are seen as a collection of elements these elements belongs to sam

SQL Server : Difference between @@IDENTITY, SCOPE_IDENTITY () and IDENT_CURRENT

Difference between @@IDENTITY, SCOPE_IDENTITY () and IDENT_CURRENT   @@IDENTITY   Syntax : SELECT @@IDENTITY   The keyword "@@IDENTITY" in current session is capable of returning newly inserted or last record id of any

GUI to show list in MAC application

Hi All, In this tutorial we will update list as user enter an entry to the list. We create an entry field and a button to get details from the user and label to show the list. First we will create a user interface. 1) First step is to create a non

How to Allow 2 Users One at a Time to Place Their Ships on a Board

Please check the code below and provide a solution for this:   package Gui; import java.util.Scanner; public class Board {     public static void main(String[] args) {         // TODO Auto-generated method stub

How to Make iOS AVplayer Play the Full Video without Restarting in Middle?

AVPlayer sometimes restarts in the middle of playing a video and i'm not sure why. Also, as soon as the view is loaded it begins to play. I want the user to click play first and then let the player start playing. Here is my code:   class

Learn Android Dagger 2.x Framework Dependency Injection - Beginners Guide

Dagger 2 is framework that provides dependency injection. It is based on the JSR which is JAVA SPECIFICATION REQUEST. It is based on annotations and uses code generation to performs its task.   Following are the annotations used by dagger @

1 582 633
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: