Snippets tagged “serializable”
2 snippets use this tag.
- How to pass an object from one activity to another on AndroidJava
There are several ways you can pass an object from one activity to another on Android:
- What is a JavaBean exactly?Java
In Java, a Java Bean is a class that follows a certain set of conventions.