You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This class contains conversion tools. One pain of programming can be the constant copy/paste work to add the same work to each new project. To help with this, some of the basic conversions has been added to this class.
// Convert dip to pixelsConversion.dipToPixels(floatdips)
// Convert pixels to dipConversion.pixelsToDip(intpixels)
/* Convert an attribute resource id into whatever resource id it points to */Conversion.attrToRes(Contextcontext, @AttrResintattr)
// Convert a Drawable to a Bitmap with optional resizing Conversion.drawableToBitmap(Drawabledrawable, floatwidth, floatheight)