How-to articles, tricks, and solutions about OBJECT
How to create new property dynamically
In PHP, you can create a new property for an object dynamically by using the magic method __set.
How to initialize an array of objects in Java
Here is an example of how you can initialize an array of objects in Java:
How to pass an object from one activity to another on Android
There are several ways you can pass an object from one activity to another on Android: