Crete a class like bean class and implement the Serializable
interface. Then we can pass it through the intent
method, for example:
intent.putExtra("class", BeanClass);
Then get it from the other activity, for example:
BeanClass cb = intent.getSerializableExtra("class");