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:
You must use exact key sent:
String hotelName = b.getString("hotelname");
Updated!