Package-level declarations
Types
Class for an InMemory Cache to keep your variables globally in heap and get them wherever you want.
Properties
get CurrentTimeInMillis from System.currentTimeMillis
Check if is Main Thread.
Functions
Checking that all elements is equals
Simple way to calculate approximated function execution time
Creates a ContentValues by reading pairs - similarly to how mapOf and similar methods work.
Return the android id of device.
Use batteryStatusIntent for the param
Use batteryStatusIntent for the param
Gets a field from the project's BuildConfig. This is useful when, for example, flavors are used at the project level to set custom fields.
Return the model of device.
get Saved Data from memory, null if it os not exists
Return the MAC address.
Return the manufacturer of the product/hardware.
Return an ordered list of ABIs supported by this device. The most preferred ABI is the first element in the list.
Gets current wallpaper
Returns true if the current layout direction is View.LAYOUT_DIRECTION_RTL.
put Something In Memory to use it later
Extension method to run block of code after specific Delay.
Extension method to run block of code on UI Thread after specific Delay.
Shorthand for ContentValues.set.
try the code in runnable, If it runs then its perfect if its not, It won't crash your app.