I am trying to send a bundle from one activity to another. When I load the bundle in the recieving activity all the information seems to be null. Here is some code:
Instead of using your toBundle method, you should implement Parcelable, and write your Object to an Intent.
implement
Intent