TechYourChance

Results 6 issues of TechYourChance

While Singleton is an anti-pattern in general, it can be useful in case of third-party libs like ThreadPoster. There are two main benefits in adoption of Singleton: 1. It will...

The current unit tests performance is acceptable for small and medium sized projects, but can be problematic for big projects that might have 1000+ multi-threaded test cases. Some initial ideas...

[RxAndroid exposed an experimental feature](https://medium.com/@sweers/rxandroids-new-async-api-4ab5b3ad3e93) that has the potential to improve performance when posting to UI thread. It's too early to jump to adoption of Handler's async mode in my...

Hi, First of all thanks for this great project. I'd like to configure MBassador such that the messages are being dispatched by the thread that publishes them, but processed by...

documentation

After several hours of debug, I've finally found the problem in client's app: ParseObject.unpinAll() unpins only the objects that were pinned using default name (automatically assigned if no explicit name...

type:feature

Changed Position enum to be sealed class and added CUSTOM subtype. This change should be source-code backwards compatible, but, probably, won't be binary compatible.