
Search In
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
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
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
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
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
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
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;
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
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:-
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
