Newsroom

Stay ahead of the curve with the latest updates. Embrace the excitement of new possibilities and groundbreaking ideas.

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...

read more
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...

read more
Fantasy Service: The Great Cache Game — Part 2

Fantasy Service: The Great Cache Game — Part 2

This is part 2 of our blog series “Fantasy Service: The great cache game”. In the first part, we discussed about what problems we faced in scaling our APIs- why we introduced different layers of caching in our system and how we scaled our database, Redis, etc. We...

read more