java.lang.Object
android.os.Handler
com.pranavpandey.android.dynamic.util.loader.handler.TextViewHandler

public class TextViewHandler extends Handler
A Handler to set the TextView on separate thread.
See Also:
  • Constructor Details

    • TextViewHandler

      public TextViewHandler(@Nullable TextView textView)
      Constructor to initialize an object of this class.
      Parameters:
      textView - The text view to be used.
  • Method Details