Flávio Faria
Flávio Faria
Replace _postInvalidate()_ by something else with better performance.
### Description At @tonalfitness, we use microservices. Many endpoints across different services use HTTP error codes with meaningful bodies. Turns out the body for a given status code might be...
Recently, Google Maps app added a feature that allows users to tap the map twice and drag the finger (keeping the finger on screen after the second tap) to zoom...
This piece of code makes the app crash: ``` @Override public void onResume() { super.onResume(); mPlayerHater = PlayerHater.bind(getActivity()); mPlayerHater.play(new MySong()); } ``` On the other hand, this piece of code...
**Steps to reproduce:** 1. Set the _PlayerHater_ to start in _onResume()_ and to release in _onPause()_; 2. In a button click event, call _play()_ on a _Song_ being streamed from...