The android.os.Message uses a Bundle to send with it\'s sendMessage-method. Therefore, is it possible to put a HashMap inside a
android.os.Message
Bundle
HashMap
According to the doc, Hashmap implements Serializable, so you can putSerializable I guess. Did you try it ?
Hashmap
Serializable
putSerializable