Advanced_Android_Development
Advanced_Android_Development copied to clipboard
Extract data from bundle directly
The data could be extracted directly from the bundle instead of converting it to a JSONObject and then extracting it. Converting to JSONObject also causes a NullPointerException which could be avoided by the above changes.