- 
                Notifications
    
You must be signed in to change notification settings  - Fork 24
 
Home
Welcome to the StanKoUtils wiki!
ImageLoader is based on a Google's sample and it uses RecyclingBitmap. Since there are several better libs available like Glide this set of classes a way deprecated and not maintained.
ImageUtils has a numerous of methods of Bitmap transformations like resize, convert to Drawable, take a screenshot of a single View or the whole Activity's screen, Bitmap image info, convert color image to B&W etc.
ViewSizeHelper is used the most. Its based on GlobalLayoutTreeObserver and returns a given view's height and width via IViewSize interface. Its an async method because GlobalLayoutTreeObserver is.
EmailHelper contains handy methods like email address validation and sending email Intents generators.
Hash contains methods of MD5 calculation of different sources like String, File or Stream.
IntentHelper has methods of Intent generators to open given url in external browser.
FileUtils contents methods to work with Files. Its includes workaround for Samsung devices.
DeviceInfo is a class which helps to get device info like its screen density, resolution, supported API/SDK. Also it helps to detect tablets.