Bundle

Android Passing of Bundle Double Arguments and Beware of Default Zero (Not Null)

If you didn't pass any bundle argument of Double and call arguments.getDouble on the receiving end, you shall get Zero(0) rather than null. To check if the value are actually passed in, call arguments.containsKey.