Kartikey Kushwaha
Kartikey Kushwaha
https://www.androiddesignpatterns.com/2013/01/inner-class-handler-memory-leak.html Refer - countUpTimer.java: Line 87 ``` private Handler handler = new Handler() { @Override public void handleMessage(Message msg) { synchronized (CountUpTimer.this) { long elapsedTime; elapsedTime = SystemClock.elapsedRealtime() - base;...
Currently almost all classes lack proper descriptions as seen here in the JavaDocs - https://jitpack.io/com/github/krtkush/lineartimer/v2.1.1/javadoc/
Horizontal progress bar is one of the most commonly used progress bar and it makes sense to have such an option in this library.
Currently, all the tabs of a group reload/ load when the group is opened. Is it possible to prevent that from happening?