Functional Programming

Save Your Backend From Responsive Ui

In this article I will describe one solution on a comments voting feature to prevent making too much network requests, while keeping your UI responsive. Lately I’ve been implementing a Commenting feature in our Android app for the Daily Mirror Newspaper, alongside with a Like/Dislike voting mechanism.

Read more →