1. Android Data Structures 101

The first topic of the series is something that forms the basis of how we write code - Data Structures. A data structure is a particular way of organizing data in a computer so that it can be used efficiently. This blog post focuses on Data Structures that the Android run time system provides in order to make your apps more efficient. These data structures were built keeping Android in mind and hence the knowledge of these are essential for every Android developer. »