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

Search In

Basics of LocalBroadcastManager

If you want to send broadcasts within your application, LocalBroadcastManager is a more suitable option than sending global broadcast as: 1. The broadcasts sent by  LocalBroadCastmanager  can only be recieved inside the application so you

Difference between size() and length in Javascript

In jQuery size() and length property are the two features, which have the same property of returning the number of elements in a jQuery object which creates a lot of confusion for developers. This blog is to help developers to understand the differe

Validating Array Contents

Hello reader's in this tutorial we will validating the array contents. We want that array meets the certain criteria. I am using the array object's method to check every given element. For example, the following code checks an alphanumeric

How to implement Picaso Image Loader Library in Android?

In this tutorial, we will know that how to implement Picasso Library to loading images  in android. This is an open source library to loading images in Android. It provides a functionality to fast processing and caching data into memory. It dev

count pixels under each finger in multi touch in android

Hello I need to count pixels that are covered by each fingers in multi-touch.When fingers down one by one it should plus pixels in count and finger up it should subtract pixels of that finger.I have did this but it is not getting exact counts i don&#

Software Test Manager’s Roles And Responsibilities

Hello Readers, As we know that software ‘Test Manager’ is a high level person in the testing team. Test manager have a lots of roles and responsibilities in the team. Every Test manager play his/her role and responsibility throughou

How to filter array in Swift

Hi Readers, In iOS app many times we have to filter our results according to requirement. We can filter array of results same as following example. Let say we have an array(articleArray) like: ( { Read = 0; Saved = 0;

getModel() and getResourceModel() in magento

Magento have two parts first as the model, with the Model it handles the business-logic, as Entity Attribute Value (EAV) Model, and the another Resource part, which only deals with talking to the database.   The collections in magento are the

Difference between getModel() and getData() in magento

getModel() method :   Mage::getModel() will create a new instance of an object each time even such object exists in configuration. getModel will always return a new instance of the requested model every time.   For example:-   

Use of Streams in NodeJs

Streams are objects, which are use to read/write operation from or to a file. There are four types of streams. Readable -  used for read file. Writable -used for write file. Duplex - used for both read and write a file. Transform – Its

1 548 720
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: