When subscribing to topics with GCM the documentation says to use an Exponential backoff method in the event of an error.
Tag: java
Web Service Generic JSON Call with Volley and GSON
Getting json into a java object from a web service is something that needs to be done all the time. This code makes it a little easier.