排序
Java Thread Programming (Part 1)
Java Thread Programming (Part 1),This article was first published in Foojay.io What is a Thread? We write code in a file line by line, and then it gets executed. To be able to exec...
BlockingQueue and ExecutorService
BlockingQueue and ExecutorService,This is a quick and dirty post, but I have promised to publish everything I research at Playtomic. We were having a discussion about how to limit ...
RxJava - Make your Async Task Synchronous
RxJava - Make your Async Task Synchronous,In Android framework, We have to do all the time consuming work in background thread. It sounds easy but believe me implementation is pa...