Package 

Class ExtensionsKt

    • Method Summary

      Modifier and Type Method Description
      final static Integer parseColor(String $self, Integer default)
      final static String putAlphaHexInFront(String $self) An alpha color from API has a format #RRGGBBAA like this #EA6C134C But Android wants the format #AARRGGBB so we need to provide this #4CEA6C13
      final static Boolean isSameDay(Date $self, Date other)
      final static Boolean isYesterday(Date $self)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait