Kartikey Kushwaha

Results 5 issues of 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;...

bug

https://kotlinlang.org/docs/tutorials/kotlin-android.html

Task

Currently almost all classes lack proper descriptions as seen here in the JavaDocs - https://jitpack.io/com/github/krtkush/lineartimer/v2.1.1/javadoc/

enhancement

Horizontal progress bar is one of the most commonly used progress bar and it makes sense to have such an option in this library.

Feature

Currently, all the tabs of a group reload/ load when the group is opened. Is it possible to prevent that from happening?