Android Animations Explained Programmatically and Through XML

From this post you will take away the knowledge on animations such as: Translate animations(moving a view) Alpha animations (making a view more or less transparent) Scale animations (changing a views size) Rotate animations (rotating the view) Multiple animations at

Continue Reading →


Parsing, Serializing and Deserializing JSON with GSON in Android

As new libraries start to emerge, it seems that they tend to make our lives as Android developers easier.GSON is one of those libraries, it's main functionality is that it can be used to serialize Java Objects into JSON string

Continue Reading →