-
public class Utils
-
-
Method Summary
Modifier and Type Method Description final StringgetInitialsFromName(String name)final StringgetUtcTimeNow()final StringgetDiff(String startTime, String endTime)final UnitsetWidthPercent(DialogFragment $self, Integer percentage)Call this method (in onActivityCreated or later) to set the width of the dialog to a percentage of the current screen width. final UnitshowToast(Context $self, View view, String message)final IntegergetPx(Integer $self)-
-
Method Detail
-
getInitialsFromName
final String getInitialsFromName(String name)
-
getUtcTimeNow
final String getUtcTimeNow()
-
setWidthPercent
final Unit setWidthPercent(DialogFragment $self, Integer percentage)
Call this method (in onActivityCreated or later) to set the width of the dialog to a percentage of the current screen width.
-
-
-
-