Evgenii Shishkin

Results 12 issues of Evgenii Shishkin

The code is not thread-safe. There are two threads accessing the snowflake objects at the same time, the main thread in onDraw() and a background thread. This can cause the...

[info](https://developer.android.com/preview/features/working-with-fonts.html)

To solve this problem it is necessary to gain access to assets directory in edit mode. There is a [bug](https://code.google.com/p/android/issues/detail?id=27321) in Android.

improvement

Waiting for this google/material-design-icons#1.

Example: ``` java @AutoJson public abstract class Person implements Parcelable { @Nullable @AutoJson.Field public abstract String name(); @Nullable @AutoJson.Field public abstract List images(); public static Builder builder() { return new...

help wanted

I use auto-json v1.0.2 and logansquare v1.1.0. ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/26592016-incorrect-generation-of-converters-for-nested-classes?utm_campaign=plugin&utm_content=tracker%2F19623266&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F19623266&utm_medium=issues&utm_source=github).

help wanted

How can I stop my activity, when Side Navigation terminated (hide) was? with finish () ... I just need to know how do I check whether Sidenavigation has just ended.