Optimizing RecyclerView : Pre-inflated ViewPool

Optimizing RecyclerView : Pre-inflated ViewPool

In any real-world android application, Recylerviews generally do not display static data, data is fetched from the server and then displayed on the UI. When we get a response from the server, only then data is given to the Recyclerview’s adapter which then first...
Fantasy Service: The Great Cache Game — Part 1

Fantasy Service: The Great Cache Game — Part 1

Introduction The rapid growth in Fantasy sports players and the increasing complexity of our systems have brought their own set of challenges for the tech team at WinZO. Discussing those is what we are here for but first, let’s take a deeper dive into the world of...