Android Series: Parsing JSON data with GSON
Today I will describe how to parse json data using Gson open source library and how to convert it at the same time to java objects. This is a typical cookbook example and should be very easy to follow. 1. Create an Android application with one activity, name it as you wish, if you are […]
Read More →