The android.os.Message uses a Bundle to send with it’s sendMessage-method. Therefore, is it possible to put a HashMap inside a Bundle?
The android.os.Message uses a Bundle to send with it’s sendMessage-method. Therefore, is it possible
Share
try as:
and in second Activity
because Hashmap by default implements
Serializableso you can pass it usingputSerializablein Bundle and get in other activity usinggetSerializable