Do not place Android context classes in static fields (static reference to TedInstance which has field context pointing to Context);
this is a memory leak (and also breaks Instant Run). A static field will leak contexts.
Is there a way to avoid memory leaks using your library?
If you load your code in AS this warning appears:
Is there a way to avoid memory leaks using your library?