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:
Activity A (sending bundle): intent.putExtra("Hotel Bundle", b);
intent.putExtra("Hotel Bundle", b);
Activity B (loading the bundle): getintent().getExtra("Hotel Bundle");
getintent().getExtra("Hotel Bundle");
not getintent().getExtra*s*
getintent().getExtra*s*