Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- ACTION_MATRIX_CAPTURE_RESULT - Static variable in class com.pranavpandey.android.dynamic.util.DynamicIntentUtils
-
Action to capture the matrix result.
- addContact(Context, String[], String[], String, String[], String[], String[], String[], String[], String[], String, String, String, String[], String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
Launch add contact intent according to the supplied parameters.
- addEvent(Context, String, long, long, boolean, String, String, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
Launch add calendar event intent according to the supplied parameters.
- addImmutableFlag(int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicIntentUtils
-
Add immutable flag to the
PendingIntent
. - addMutabilityFlag(int, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicIntentUtils
-
Add mutability flag to the
PendingIntent
. - addMutableFlag(int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicIntentUtils
-
Add mutable flag to the
PendingIntent
. - addView(ViewGroup, int, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Add a view to the view group.
- addView(ViewGroup, View, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Add a view to the view group.
- adjustAlpha(int, float) - Static method in class com.pranavpandey.android.dynamic.util.DynamicColorUtils
-
Adjust alpha of a color according to the given parameter.
- afterTextChanged(Editable) - Method in class com.pranavpandey.android.dynamic.util.watcher.DynamicTextWatcher
- APP_USABLE_SCREEN_SIZE_INSETS - Static variable in class com.pranavpandey.android.dynamic.util.DynamicWindowUtils
-
Inset type to calculate the app usable screen size.
- applyColorFilter(Bitmap, int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicBitmapUtils
-
Apply monochrome color filter on the supplied bitmap.
- applyColorFilter(Bitmap, ColorFilter) - Static method in class com.pranavpandey.android.dynamic.util.DynamicBitmapUtils
-
Apply color filter on the supplied bitmap.
- applyWindowInsets(View, boolean, boolean, boolean, boolean, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Apply window insets padding for the supplied view.
- applyWindowInsetsBottom(View) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Apply bottom window insets padding for the supplied view.
- applyWindowInsetsBottom(View, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Apply bottom window insets padding for the supplied view.
- applyWindowInsetsHorizontal(View) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Apply horizontal window insets padding for the supplied view.
- applyWindowInsetsHorizontal(View, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Apply horizontal window insets padding for the supplied view.
- applyWindowInsetsHorizontalBottom(View) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Apply horizontal and bottom window insets padding for the supplied view.
- applyWindowInsetsHorizontalBottom(View, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Apply horizontal and bottom window insets padding for the supplied view.
- applyWindowInsetsMargin(View, boolean, boolean, boolean, boolean, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Apply window insets margin for the supplied view.
- applyWindowInsetsMarginBottom(View) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Apply bottom window insets margin for the supplied view.
- applyWindowInsetsMarginBottom(View, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Apply bottom window insets margin for the supplied view.
- applyWindowInsetsMarginHorizontal(View) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Apply horizontal window insets margin for the supplied view.
- applyWindowInsetsMarginHorizontal(View, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Apply horizontal window insets margin for the supplied view.
- applyWindowInsetsMarginHorizontalBottom(View) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Apply horizontal and bottom window insets margin for the supplied view.
- applyWindowInsetsMarginHorizontalBottom(View, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Apply horizontal and bottom window insets margin for the supplied view.
- applyWindowInsetsMarginVertical(View) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Apply vertical window insets margin for the supplied view.
- applyWindowInsetsMarginVertical(View, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Apply vertical window insets margin for the supplied view.
- applyWindowInsetsVertical(View) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Apply vertical window insets padding for the supplied view.
- applyWindowInsetsVertical(View, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Apply vertical window insets padding for the supplied view.
- async(Handler, DynamicCallback<V, P, R>) - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicConcurrent
-
Submits a
Runnable
task on the default executor service and perform operations with the handler and callback. - async(ExecutorService, Handler, DynamicCallback<V, P, R>) - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicConcurrent
-
Submits a
Runnable
task on the supplied executor service and perform operations with the handler and callback.
B
- BACKUP_POOL_SIZE - Static variable in interface com.pranavpandey.android.dynamic.util.concurrent.DynamicExecutor
-
Backup pool size for the executor.
- BACKUP_WORK_QUEUE - Static variable in interface com.pranavpandey.android.dynamic.util.concurrent.DynamicExecutor
-
Instantiates the queue of Runnables as a
LinkedBlockingDeque
. - beforeTextChanged(CharSequence, int, int, int) - Method in class com.pranavpandey.android.dynamic.util.watcher.DynamicTextWatcher
- BitmapLruCache<T> - Class in com.pranavpandey.android.dynamic.util.cache
-
A
DynamicLruCache
for theBitmap
. - BitmapLruCache() - Constructor for class com.pranavpandey.android.dynamic.util.cache.BitmapLruCache
-
Constructor to initialize an object of this class.
- bookmark(Context, String, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
View or bookmark URL according to the supplied parameters.
- BYTE_MULTIPLIER - Static variable in class com.pranavpandey.android.dynamic.util.cache.DynamicLruCache
-
Default byte multiplier for this cache.
C
- calculateContrast(int, int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicColorUtils
-
Calculate color contrast difference between two colors based on the luminance value according to XYZ color space.
- call(Context, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
Launch call intent for the supplied number.
- cancel(boolean) - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicRunnable
-
Attempts to cancel execution of this task.
- cancel(boolean) - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicTask
- cancelTask(AsyncTask<?, ?, ?>) - Static method in class com.pranavpandey.android.dynamic.util.DynamicTaskUtils
-
Deprecated.
- cancelTask(DynamicTask<?, ?, ?>, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicTaskUtils
-
Try to cancel the supplied dynamic task.
- capitalize(CharSequence, Locale) - Static method in class com.pranavpandey.android.dynamic.util.DynamicTextUtils
-
Capitalize the first character of the supplied char sequence.
- capitalize(String, Locale) - Static method in class com.pranavpandey.android.dynamic.util.DynamicTextUtils
-
Capitalize the first character of the supplied string.
- CHARACTER_NEXT_LINE - Static variable in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Constant for the next line character.
- clearDrawables() - Method in class com.pranavpandey.android.dynamic.util.loader.DynamicLoader
-
Clear the drawable cache.
- CMYKToRGB(float, float, float, float) - Static method in class com.pranavpandey.android.dynamic.util.DynamicColorUtils
-
Generate the color integer from the CMYK color space.
- colorizeDrawable(Drawable, boolean, int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicDrawableUtils
-
Colorize and return the mutated drawable so that, all other references do not change.
- colorizeDrawable(Drawable, boolean, int, PorterDuff.Mode) - Static method in class com.pranavpandey.android.dynamic.util.DynamicDrawableUtils
-
Colorize and return the mutated drawable so that, all other references do not change.
- colorizeDrawable(Drawable, boolean, ColorFilter) - Static method in class com.pranavpandey.android.dynamic.util.DynamicDrawableUtils
-
Apply color filter and return the mutated drawable so that, all other references do not change.
- colorizeDrawable(Drawable, int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicDrawableUtils
-
Colorize and return the mutated drawable so that, all other references do not change.
- colorizeDrawable(Drawable, int, PorterDuff.Mode) - Static method in class com.pranavpandey.android.dynamic.util.DynamicDrawableUtils
-
Colorize and return the mutated drawable so that, all other references do not change.
- colorizeDrawable(Drawable, ColorFilter) - Static method in class com.pranavpandey.android.dynamic.util.DynamicDrawableUtils
-
Apply color filter and return the mutated drawable so that, all other references do not change.
- colorToCMYK(int, float[]) - Static method in class com.pranavpandey.android.dynamic.util.DynamicColorUtils
-
Generate the CMYK color space from the color integer.
- com.pranavpandey.android.dynamic.util - package com.pranavpandey.android.dynamic.util
- com.pranavpandey.android.dynamic.util.cache - package com.pranavpandey.android.dynamic.util.cache
- com.pranavpandey.android.dynamic.util.concurrent - package com.pranavpandey.android.dynamic.util.concurrent
- com.pranavpandey.android.dynamic.util.concurrent.task - package com.pranavpandey.android.dynamic.util.concurrent.task
- com.pranavpandey.android.dynamic.util.loader - package com.pranavpandey.android.dynamic.util.loader
- com.pranavpandey.android.dynamic.util.loader.handler - package com.pranavpandey.android.dynamic.util.loader.handler
- com.pranavpandey.android.dynamic.util.product - package com.pranavpandey.android.dynamic.util.product
- com.pranavpandey.android.dynamic.util.watcher - package com.pranavpandey.android.dynamic.util.watcher
- connectWifi(Context, String, String, String, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicDeviceUtils
-
Try to save the Wi-Fi configuration according to the supplied parameters.
- ContextTask<T,
P, R> - Class in com.pranavpandey.android.dynamic.util.concurrent.task -
A
DynamicTask
to perform operations withContext
. - ContextTask(Context) - Constructor for class com.pranavpandey.android.dynamic.util.concurrent.task.ContextTask
-
Constructor to initialize an object of this class.
- convertDpToPixels(float) - Static method in class com.pranavpandey.android.dynamic.util.DynamicUnitUtils
-
Converts DP into pixels.
- convertDpToSp(float) - Static method in class com.pranavpandey.android.dynamic.util.DynamicUnitUtils
-
Converts DP into SP.
- convertPixelsToDp(float) - Static method in class com.pranavpandey.android.dynamic.util.DynamicUnitUtils
-
Converts pixels into DP.
- convertPixelsToSp(float) - Static method in class com.pranavpandey.android.dynamic.util.DynamicUnitUtils
-
Converts pixels into SP.
- convertSpToPixels(float) - Static method in class com.pranavpandey.android.dynamic.util.DynamicUnitUtils
-
Converts SP into pixels.
- copyToClipboard(Context, String, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
Copy a plain text to the clipboard.
- CORE_POOL_SIZE - Static variable in interface com.pranavpandey.android.dynamic.util.concurrent.DynamicExecutor
-
Core pool size for the executor.
- createBitmap(View) - Static method in class com.pranavpandey.android.dynamic.util.DynamicBitmapUtils
-
Creates a bitmap from the supplied view.
- createBitmap(View, int, int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicBitmapUtils
-
Creates a bitmap from the supplied view.
- cropBitmap(Bitmap, int, int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicBitmapUtils
-
Crop bitmap to the new width and height.
D
- data - Variable in class com.pranavpandey.android.dynamic.util.concurrent.DynamicResult
-
The data associated with this result.
- DEFAULT - Static variable in annotation interface com.pranavpandey.android.dynamic.util.product.DynamicFlavor
-
Constant for the default flavor.
- DELAY_TEXT_CHANGE - Static variable in class com.pranavpandey.android.dynamic.util.watcher.DynamicTextWatcher
-
Default value in milliseconds by which the text changed event should be delayed.
- delayedTextChanged(Editable) - Method in class com.pranavpandey.android.dynamic.util.watcher.DynamicTextWatcher
-
This method will be called after delaying the text changed event.
- deleteDirectory(File) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Deletes a directory.
- DIR_DATA - Static variable in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Constant for the default data directory.
- DIR_TEMP - Static variable in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Constant for the default temp directory.
- doInBackground(Void) - Method in class com.pranavpandey.android.dynamic.util.concurrent.task.FileDeleteTask
- doInBackground(Void) - Method in class com.pranavpandey.android.dynamic.util.concurrent.task.FileWriteTask
- doInBackground(T) - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicRunnable
-
This method will be called for doing the background work.
- DrawableLruCache<T> - Class in com.pranavpandey.android.dynamic.util.cache
-
A
DynamicLruCache
for theDrawable
. - DrawableLruCache() - Constructor for class com.pranavpandey.android.dynamic.util.cache.DrawableLruCache
-
Constructor to initialize an object of this class.
- DynamicAnimUtils - Class in com.pranavpandey.android.dynamic.util
-
Helper class to perform animation related operations.
- DynamicAnimUtils() - Constructor for class com.pranavpandey.android.dynamic.util.DynamicAnimUtils
- DynamicBitmapUtils - Class in com.pranavpandey.android.dynamic.util
-
Helper class to perform
Bitmap
operations. - DynamicBitmapUtils() - Constructor for class com.pranavpandey.android.dynamic.util.DynamicBitmapUtils
- DynamicCallable<T,
R> - Class in com.pranavpandey.android.dynamic.util.concurrent -
Base class to implement the
Callable
with parameters. - DynamicCallable() - Constructor for class com.pranavpandey.android.dynamic.util.concurrent.DynamicCallable
- DynamicCallback<V,
P, R> - Class in com.pranavpandey.android.dynamic.util.concurrent -
Callback to retrieve the result dynamically.
- DynamicCallback(V) - Constructor for class com.pranavpandey.android.dynamic.util.concurrent.DynamicCallback
-
Constructor to initialize an object of this class.
- DynamicColorUtils - Class in com.pranavpandey.android.dynamic.util
-
Helper class to change colors dynamically.
- DynamicColorUtils() - Constructor for class com.pranavpandey.android.dynamic.util.DynamicColorUtils
- DynamicConcurrent - Class in com.pranavpandey.android.dynamic.util.concurrent
-
Executor class to manage or submit the asynchronous works.
- DynamicDeviceUtils - Class in com.pranavpandey.android.dynamic.util
-
Helper class to detect device specific features like Telephony, etc.
- DynamicDeviceUtils() - Constructor for class com.pranavpandey.android.dynamic.util.DynamicDeviceUtils
- DynamicDrawableUtils - Class in com.pranavpandey.android.dynamic.util
-
Helper class to perform
Drawable
operations. - DynamicDrawableUtils() - Constructor for class com.pranavpandey.android.dynamic.util.DynamicDrawableUtils
- DynamicExecutor - Interface in com.pranavpandey.android.dynamic.util.concurrent
-
The executor interface to provide concurrent functionality.
- DynamicFileUtils - Class in com.pranavpandey.android.dynamic.util
-
Helper class to perform various
File
operations. - DynamicFileUtils() - Constructor for class com.pranavpandey.android.dynamic.util.DynamicFileUtils
- DynamicFlavor - Annotation Interface in com.pranavpandey.android.dynamic.util.product
-
Product flavors to support external app stores.
- DynamicHandler<P,
R> - Class in com.pranavpandey.android.dynamic.util.concurrent -
A
Handler
to handle updates from theDynamicTask
. - DynamicHandler(Looper, DynamicRunnable<?, P, R>) - Constructor for class com.pranavpandey.android.dynamic.util.concurrent.DynamicHandler
-
Constructor to initialize an object of this class.
- DynamicInputUtils - Class in com.pranavpandey.android.dynamic.util
-
Helper class to perform input operations.
- DynamicInputUtils() - Constructor for class com.pranavpandey.android.dynamic.util.DynamicInputUtils
- DynamicIntentUtils - Class in com.pranavpandey.android.dynamic.util
-
Helper class to perform
Intent
operations. - DynamicIntentUtils() - Constructor for class com.pranavpandey.android.dynamic.util.DynamicIntentUtils
- DynamicLinkUtils - Class in com.pranavpandey.android.dynamic.util
-
Helper class to perform URL, email and feedback related operations.
- DynamicLinkUtils() - Constructor for class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
- DynamicLoader - Class in com.pranavpandey.android.dynamic.util.loader
- DynamicLruCache<T,
V> - Class in com.pranavpandey.android.dynamic.util.cache -
An
LruCache
to provide base for the other caches. - DynamicLruCache() - Constructor for class com.pranavpandey.android.dynamic.util.cache.DynamicLruCache
-
Constructor to initialize an object of this class.
- DynamicLruCache(int, int) - Constructor for class com.pranavpandey.android.dynamic.util.cache.DynamicLruCache
-
Constructor to initialize an object of this class.
- DynamicPackageUtils - Class in com.pranavpandey.android.dynamic.util
-
Helper class to get package or app related information.
- DynamicPackageUtils() - Constructor for class com.pranavpandey.android.dynamic.util.DynamicPackageUtils
- DynamicProductFlavor - Interface in com.pranavpandey.android.dynamic.util.product
-
An interface to provide product flavors.
- DynamicResult<T> - Class in com.pranavpandey.android.dynamic.util.concurrent
-
Base class to represent the result of a asynchronous work.
- DynamicResult.Error<T> - Class in com.pranavpandey.android.dynamic.util.concurrent
-
The result class to represent the error.
- DynamicResult.Progress<T> - Class in com.pranavpandey.android.dynamic.util.concurrent
-
The result class to represent the progress.
- DynamicResult.Success<T> - Class in com.pranavpandey.android.dynamic.util.concurrent
-
The result class to represent the success.
- DynamicRunnable<T,
P, R> - Class in com.pranavpandey.android.dynamic.util.concurrent -
Base class to receive the callback from an asynchronous work.
- DynamicRunnable() - Constructor for class com.pranavpandey.android.dynamic.util.concurrent.DynamicRunnable
- DynamicSdkUtils - Class in com.pranavpandey.android.dynamic.util
-
Helper class to detect the Android SDK version at runtime so that we can provide the user experience accordingly.
- DynamicSdkUtils() - Constructor for class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
- DynamicStatus - Enum Class in com.pranavpandey.android.dynamic.util.concurrent
-
Status constants to represent a asynchronous operation.
- DynamicTask<T,
P, R> - Class in com.pranavpandey.android.dynamic.util.concurrent -
Base class to represent
Runnable
according to theDynamicRunnable
. - DynamicTask() - Constructor for class com.pranavpandey.android.dynamic.util.concurrent.DynamicTask
-
Constructor to initialize an object of this class.
- DynamicTask(Looper) - Constructor for class com.pranavpandey.android.dynamic.util.concurrent.DynamicTask
-
Constructor to initialize an object of this class.
- DynamicTaskUtils - Class in com.pranavpandey.android.dynamic.util
-
Helper class to easily execute or cancel an
AsyncTask
by handling all the exceptions. - DynamicTaskUtils() - Constructor for class com.pranavpandey.android.dynamic.util.DynamicTaskUtils
- DynamicTextUtils - Class in com.pranavpandey.android.dynamic.util
-
Helper class to perform text operations.
- DynamicTextUtils() - Constructor for class com.pranavpandey.android.dynamic.util.DynamicTextUtils
- DynamicTextWatcher - Class in com.pranavpandey.android.dynamic.util.watcher
-
A
TextWatcher
to delay the text changed event. - DynamicTextWatcher() - Constructor for class com.pranavpandey.android.dynamic.util.watcher.DynamicTextWatcher
- DynamicUnitUtils - Class in com.pranavpandey.android.dynamic.util
-
Helper class to perform unit conversions.
- DynamicUnitUtils() - Constructor for class com.pranavpandey.android.dynamic.util.DynamicUnitUtils
- DynamicViewUtils - Class in com.pranavpandey.android.dynamic.util
-
Helper class to perform
View
operations. - DynamicViewUtils() - Constructor for class com.pranavpandey.android.dynamic.util.DynamicViewUtils
- DynamicWindowUtils - Class in com.pranavpandey.android.dynamic.util
-
Helper class to perform window operations and to detect system configurations at runtime.
- DynamicWindowUtils() - Constructor for class com.pranavpandey.android.dynamic.util.DynamicWindowUtils
E
- email(Context, String[], String[], String[], String, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
Send email according to the supplied parameters.
- email(Context, String[], String, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
Send email according to the supplied parameters.
- email(Context, String, String, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
Send email according to the supplied parameters.
- Error(Exception) - Constructor for class com.pranavpandey.android.dynamic.util.concurrent.DynamicResult.Error
-
Constructor to initialize an object of this class.
- exception - Variable in class com.pranavpandey.android.dynamic.util.concurrent.DynamicResult.Error
-
The exception associated with this result.
- execute() - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicTask
-
Executes the task with the default executor and
null
parameters. - execute(Runnable) - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicConcurrent
-
Executes a
Runnable
on the default executor service. - execute(ExecutorService, Runnable) - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicConcurrent
-
Executes a
Runnable
for the supplied executor service. - execute(T) - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicTask
-
Executes the task with the supplied parameters.
- executeOnExecutor(Executor) - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicTask
-
Executes the task on the supplied executor.
- executeOnExecutor(Executor, T) - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicTask
-
Executes the task on the supplied executor.
- executeTask(AsyncTask<Object, ?, ?>) - Static method in class com.pranavpandey.android.dynamic.util.DynamicTaskUtils
-
Deprecated.Use
DynamicTaskUtils.executeTask(DynamicTask)
or standardjava.util.concurrent
APIs. - executeTask(DynamicTask<?, ?, ?>) - Static method in class com.pranavpandey.android.dynamic.util.DynamicTaskUtils
-
Try to execute the supplied dynamic task.
- EXTENSION_IMAGE - Static variable in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Default file extension for the image.
- EXTERNAL - Static variable in annotation interface com.pranavpandey.android.dynamic.util.product.DynamicFlavor
-
Constant for the external app store.
- EXTRA_MATRIX_DATA - Static variable in class com.pranavpandey.android.dynamic.util.DynamicIntentUtils
-
Intent extra key for the matrix data.
- EXTRA_MATRIX_FORMAT - Static variable in class com.pranavpandey.android.dynamic.util.DynamicIntentUtils
-
Intent extra key for the matrix format.
F
- feedback(Context, String, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
Ask questions or submit bug report to the developer via Google feedback.
- feedback(Context, String, String, int, ApplicationErrorReport.CrashInfo) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
Ask questions or submit bug report to the developer via Google feedback.
- FILE_PROVIDER - Static variable in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Default suffix for the file provider.
- FileDeleteTask - Class in com.pranavpandey.android.dynamic.util.concurrent.task
-
A
DynamicTask
to delete a file. - FileDeleteTask(File) - Constructor for class com.pranavpandey.android.dynamic.util.concurrent.task.FileDeleteTask
-
Constructor to initialize an object of this class.
- FileWriteTask - Class in com.pranavpandey.android.dynamic.util.concurrent.task
-
A
DynamicTask
to write a fileUri
from source to the destination. - FileWriteTask(Context, Uri, Uri) - Constructor for class com.pranavpandey.android.dynamic.util.concurrent.task.FileWriteTask
-
Constructor to initialize an object of this class.
- finish(DynamicResult<R>) - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicRunnable
-
This method will be called to handle the result returned by the task.
- finish(DynamicResult<R>) - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicTask
- FINISHED - Enum constant in enum class com.pranavpandey.android.dynamic.util.concurrent.DynamicStatus
-
Constant for the finished operation.
G
- geoLocation(Context, String, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
Try to view location URL according to the supplied parameters.
- geoLocation(Context, String, String, String, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
Try to view location URL according to the supplied parameters.
- GESTURE_NAVIGATION_BAR_HEIGHT - Static variable in class com.pranavpandey.android.dynamic.util.DynamicWindowUtils
-
Maximum height for the gesture navigation in DP.
- get() - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicTask
-
Waits if necessary for the computation to complete, and then retrieves its result.
- get(long, TimeUnit) - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicTask
-
Waits if necessary for at most the given time for the computation to complete, and then retrieves its result.
- getAccentColor(int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicColorUtils
-
Calculate accent color based on the given color for android theme generation.
- getActivityIcon(Context, ComponentName) - Static method in class com.pranavpandey.android.dynamic.util.DynamicPackageUtils
-
Load activity icon from the given component name.
- getActivityIconRes(Context, ComponentName) - Static method in class com.pranavpandey.android.dynamic.util.DynamicPackageUtils
-
Load activity icon resource from the given component name.
- getActivityIntent(Context, Class<?>) - Static method in class com.pranavpandey.android.dynamic.util.DynamicIntentUtils
-
Returns the activity intent for the supplied class.
- getActivityIntentForResult(Context, Class<?>) - Static method in class com.pranavpandey.android.dynamic.util.DynamicIntentUtils
-
Returns the activity intent for the supplied class to get the result.
- getAppIcon(Context) - Static method in class com.pranavpandey.android.dynamic.util.DynamicPackageUtils
-
Load application icon from the given context.
- getAppIcon(Context, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicPackageUtils
-
Load application icon from the given package.
- getAppLabel(Context) - Static method in class com.pranavpandey.android.dynamic.util.DynamicPackageUtils
-
Get application label from the given context.
- getAppLabel(Context, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicPackageUtils
-
Get application label from the given package.
- getAppUsableScreenSize(Context) - Static method in class com.pranavpandey.android.dynamic.util.DynamicWindowUtils
-
Get the app usable screen size.
- getBaseName(String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Returns the base name without extension of given file name.
- getBitmap(Context, Uri) - Static method in class com.pranavpandey.android.dynamic.util.DynamicBitmapUtils
-
Retrieve the bitmap from the supplied URI.
- getBitmap(Context, Uri, BitmapFactory.Options) - Static method in class com.pranavpandey.android.dynamic.util.DynamicBitmapUtils
-
Retrieve the bitmap from the supplied URI.
- getBitmap(Drawable) - Static method in class com.pranavpandey.android.dynamic.util.DynamicBitmapUtils
-
Get bitmap from the supplied drawable.
- getBitmap(Drawable, boolean, int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicBitmapUtils
-
Get bitmap from the supplied drawable.
- getBitmap(Drawable, int, int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicBitmapUtils
-
Get bitmap from the supplied drawable.
- getBitmap(Drawable, int, int, boolean, int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicBitmapUtils
-
Get bitmap from the supplied drawable.
- getBitmapLogo(Context, Uri) - Static method in class com.pranavpandey.android.dynamic.util.DynamicBitmapUtils
-
Retrieve the compressed bitmap from the supplied URI.
- getBitmapUri(Context, Bitmap, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Save and returns URI from the bitmap.
- getBitmapUri(Context, Bitmap, String, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Save and returns URI from the bitmap.
- getBooleanResult(DynamicResult<R>) - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicTask
-
Returns the unboxed
boolean
value from theBoolean
result. - getByteMultiplier() - Method in class com.pranavpandey.android.dynamic.util.cache.DynamicLruCache
-
Returns the byte multiplier for this cache.
- getColorDarkness(int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicColorUtils
-
Calculate darkness of a color.
- getColorString(int, boolean, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicColorUtils
-
Get hexadecimal string from the color integer.
- getComponentName(Context) - Static method in class com.pranavpandey.android.dynamic.util.DynamicPackageUtils
-
Get component name from the given context.
- getContext() - Method in class com.pranavpandey.android.dynamic.util.concurrent.task.ContextTask
-
Get the context used by this task.
- getContrastColor(int, int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicColorUtils
-
Calculate contrast of a color based on the given base color so that it will always be visible on top of the base color.
- getContrastColor(int, int, float) - Static method in class com.pranavpandey.android.dynamic.util.DynamicColorUtils
-
Calculate contrast of a color based on the given base color so that it will always be visible on top of the base color.
- getContrastColor(int, int, float, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicColorUtils
-
Calculate contrast of a color based on the given base color so that it will always be visible on top of the base color.
- getCornerDrawable(float) - Static method in class com.pranavpandey.android.dynamic.util.DynamicDrawableUtils
-
Get a gradient drawable according to the corner radius.
- getCornerDrawable(float, int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicDrawableUtils
-
Get a gradient drawable according to the corner radius.
- getCornerDrawable(int, int, float) - Static method in class com.pranavpandey.android.dynamic.util.DynamicDrawableUtils
-
Get a gradient drawable according to the corner radius.
- getCornerDrawable(int, int, float, int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicDrawableUtils
-
Get a gradient drawable according to the corner radius.
- getCornerDrawable(int, int, GradientDrawable) - Static method in class com.pranavpandey.android.dynamic.util.DynamicDrawableUtils
-
Get a gradient drawable according to the supplied drawable.
- getCornerDrawable(int, int, GradientDrawable, int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicDrawableUtils
-
Get a gradient drawable according to the supplied drawable.
- getCornerDrawable(GradientDrawable) - Static method in class com.pranavpandey.android.dynamic.util.DynamicDrawableUtils
-
Get a gradient drawable according to the supplied drawable.
- getCornerDrawable(GradientDrawable, int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicDrawableUtils
-
Get a gradient drawable according to the supplied drawable.
- getCurrentWindowMetrics(Context) - Static method in class com.pranavpandey.android.dynamic.util.DynamicWindowUtils
-
Returns the current window metrics for the supplied context.
- getDarkerColor(int, float) - Static method in class com.pranavpandey.android.dynamic.util.DynamicColorUtils
-
Darkens a color by a given amount.
- getDarkerColor(int, float, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicColorUtils
-
Darkens a color by a given amount.
- getData() - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicResult
-
Get the data associated with this result.
- getDate(Context, long) - Static method in class com.pranavpandey.android.dynamic.util.DynamicDeviceUtils
-
Retrieve a date and time string from milliSeconds according to the system settings.
- getDateWithSeparator(long) - Static method in class com.pranavpandey.android.dynamic.util.DynamicDeviceUtils
-
Retrieve a date and time string with separators
yyyy-MM-dd-HH-mm-ss
from the supplied milliSeconds. - getDefaultExecutor() - Static method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicConcurrent
-
Returns the default executor service.
- getDefaultExecutor() - Method in interface com.pranavpandey.android.dynamic.util.concurrent.DynamicExecutor
-
Returns the default executor service.
- getDestination() - Method in class com.pranavpandey.android.dynamic.util.concurrent.task.FileWriteTask
-
Get the destination URI used by this task.
- getDisplay(Context) - Static method in class com.pranavpandey.android.dynamic.util.DynamicWindowUtils
-
Returns the correct display according to the different API levels.
- getDisplayDensity(Context) - Static method in class com.pranavpandey.android.dynamic.util.DynamicWindowUtils
-
Returns the display used by the supplied context.
- getDisplayMetrics(Context) - Static method in class com.pranavpandey.android.dynamic.util.DynamicWindowUtils
-
Returns the display metrics for the supplied context.
- getDominantColor(Bitmap) - Static method in class com.pranavpandey.android.dynamic.util.DynamicBitmapUtils
-
Extract the dominant color from the supplied bitmap.
- getDrawableLruCache() - Method in class com.pranavpandey.android.dynamic.util.loader.DynamicLoader
-
Returns the drawable cache used by this loader.
- getException() - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicResult.Error
-
Get the exception associated with this result.
- getExtension(File) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Returns the extension of a file.
- getExtension(String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Returns the extension of a file name.
- getExternalDir(Context, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Returns the default external directory for the app appended with the supplied path.
- getFile() - Method in class com.pranavpandey.android.dynamic.util.concurrent.task.FileDeleteTask
-
Get the file used by this task.
- getFileFromUri(Uri) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Returns file from the URI.
- getFileFromUri(String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Returns file from the URI string.
- getFileNameFromUri(Context, Uri) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Returns file name from the URI.
- getFileSelectIntent(String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Returns an intent to select a file according to the mime type.
- getHandler() - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicTask
-
Returns the thread handler used by this task.
- getHandler() - Method in class com.pranavpandey.android.dynamic.util.watcher.DynamicTextWatcher
-
Returns the handler used by this watcher to delay the text changed event.
- getImageView() - Method in class com.pranavpandey.android.dynamic.util.loader.handler.ImageViewHandler
-
Returns the image view used by this handler.
- getInstance() - Static method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicConcurrent
-
Retrieves the singleton instance of
DynamicConcurrent
. - getInstance() - Static method in class com.pranavpandey.android.dynamic.util.loader.DynamicLoader
-
Retrieves the singleton instance of
DynamicLoader
. - getIntent(Context, Class<?>) - Static method in class com.pranavpandey.android.dynamic.util.DynamicIntentUtils
-
Returns the intent for the supplied class.
- getIntent(Context, Class<?>, int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicIntentUtils
-
Returns the intent for the supplied class and flags.
- getLessVisibleColor(int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicColorUtils
-
Calculate less visible color of a given color.
- getLighterColor(int, float) - Static method in class com.pranavpandey.android.dynamic.util.DynamicColorUtils
-
Lightens a color by a given amount.
- getLighterColor(int, float, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicColorUtils
-
Lightens a color by a given amount.
- getMatrixCaptureResultIntent(Context) - Static method in class com.pranavpandey.android.dynamic.util.DynamicIntentUtils
-
Returns the intent to capture the matrix result.
- getMaxSize() - Method in class com.pranavpandey.android.dynamic.util.cache.DynamicLruCache
-
Returns the maximum size for this cache.
- getNavigationBarSize(Context) - Static method in class com.pranavpandey.android.dynamic.util.DynamicWindowUtils
-
Get the on-screen navigation bar size.
- getOverlayFlag(boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicWindowUtils
-
Get the overlay flag according to the Android version.
- getOverlayFlag(boolean, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicWindowUtils
-
Get the overlay flag according to the Android version.
- getParams() - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicCallable
-
Get the parameters associated with this class.
- getProductFlavor() - Method in interface com.pranavpandey.android.dynamic.util.product.DynamicProductFlavor
-
This method will be called to get the build flavor.
- getPublicDir(String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Returns the default directory according to the supplied type if accessible.
- getPublicDir(String, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Returns the default directory according to the supplied type if accessible.
- getRandomColor() - Static method in class com.pranavpandey.android.dynamic.util.DynamicColorUtils
-
Generate a random rgb color.
- getRandomColor(int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicColorUtils
-
Generate a random rgb color by comparing a given color.
- getRealScreenSize(Context) - Static method in class com.pranavpandey.android.dynamic.util.DynamicWindowUtils
-
Get the real screen size.
- getRunnable() - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicHandler
-
Returns the runnable handled by this handler.
- getSaveToFileIntent(Context, Uri, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Returns an intent to request a storage location for the supplied file.
- getSaveToFileIntent(Context, File, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Returns an intent to request a storage location for the supplied file.
- getScreenOrientation(Context) - Static method in class com.pranavpandey.android.dynamic.util.DynamicWindowUtils
-
Get the current device orientation.
- getSerialExecutor() - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicConcurrent
-
Returns the serial executor service.
- getSource() - Method in class com.pranavpandey.android.dynamic.util.concurrent.task.FileWriteTask
-
Get the source URI used by this task.
- getStateColor(int, float, float) - Static method in class com.pranavpandey.android.dynamic.util.DynamicColorUtils
-
Lightens or darkens a color by a given amount.
- getStatus() - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicTask
-
Returns the current status of this task.
- getStatusBarSize(Context) - Static method in class com.pranavpandey.android.dynamic.util.DynamicWindowUtils
-
Get the status bar size.
- getStreamOrData(Intent, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicIntentUtils
-
Returns the intent stream or data URI according to the supplied action.
- getTempDir(Context) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Returns the default
temp
directory for the context. - getTextChangeDelay() - Method in class com.pranavpandey.android.dynamic.util.watcher.DynamicTextWatcher
-
Returns the delay in milliseconds by which the text changed event should be delayed.
- getTextView() - Method in class com.pranavpandey.android.dynamic.util.loader.handler.TextViewHandler
-
Returns the text view used by this handler.
- getThreadPoolExecutor() - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicConcurrent
-
Returns the thread pool executor service.
- getTintColor(int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicColorUtils
-
Calculate tint based on a given color for better readability.
- getTintColor(int, float) - Static method in class com.pranavpandey.android.dynamic.util.DynamicColorUtils
-
Calculate tint based on a given color for better readability.
- getUriFromFile(Context, File) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Returns URI from the file.
- getVersionCode(Context) - Static method in class com.pranavpandey.android.dynamic.util.DynamicPackageUtils
-
Get package version code from the given context.
- getVersionCode(Context, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicPackageUtils
-
Get package version code from the given package.
- getVersionName(Context) - Static method in class com.pranavpandey.android.dynamic.util.DynamicPackageUtils
-
Get package version name from the given context.
- getVersionName(Context, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicPackageUtils
-
Get package version name from the given package.
- getView() - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicCallback
-
Returns the view used by this callback.
- getWifiConfiguration(String, String, String, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicDeviceUtils
-
Returns the Wi-Fi configuration according to the supplied parameters.
- GOOGLE - Static variable in annotation interface com.pranavpandey.android.dynamic.util.product.DynamicFlavor
-
Constant for the Google Play Store.
H
- handleMessage(Message) - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicHandler
- handleMessage(Message) - Method in class com.pranavpandey.android.dynamic.util.loader.handler.ImageViewHandler
- handleMessage(Message) - Method in class com.pranavpandey.android.dynamic.util.loader.handler.TextViewHandler
- hasCameraFeature(Context) - Static method in class com.pranavpandey.android.dynamic.util.DynamicDeviceUtils
-
Checks whether the device has camera feature.
- hasFlashlightFeature(Context) - Static method in class com.pranavpandey.android.dynamic.util.DynamicDeviceUtils
-
Checks whether the device has flashlight feature.
- hasHingeFeature(Context) - Static method in class com.pranavpandey.android.dynamic.util.DynamicDeviceUtils
-
Detects the hinge sensor feature by using
PackageManager
. - hasSystemFeature(Context, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicDeviceUtils
-
Checks whether the device has a system feature.
- hasTelephony(Context) - Static method in class com.pranavpandey.android.dynamic.util.DynamicDeviceUtils
-
Detects the telephony feature by using
PackageManager
.
I
- ID_NULL - Static variable in class com.pranavpandey.android.dynamic.util.DynamicPackageUtils
-
The
null
resource ID. - ImageViewHandler - Class in com.pranavpandey.android.dynamic.util.loader.handler
- ImageViewHandler(ImageView) - Constructor for class com.pranavpandey.android.dynamic.util.loader.handler.ImageViewHandler
-
Constructor to initialize an object of this class.
- IntegerLruCache<T> - Class in com.pranavpandey.android.dynamic.util.cache
-
A
DynamicLruCache
for theInteger
. - IntegerLruCache() - Constructor for class com.pranavpandey.android.dynamic.util.cache.IntegerLruCache
-
Constructor to initialize an object of this class.
- is14() - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 14 or above.
- is14(boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 14 or above.
- is15() - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 15 or above.
- is15(boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 15 or above.
- is16() - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 16 or above.
- is16(boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 16 or above.
- is17() - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 17 or above.
- is17(boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 17 or above.
- is18() - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 18 or above.
- is18(boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 18 or above.
- is19() - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 19 or above.
- is19(boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 19 or above.
- is20() - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 20 or above.
- is20(boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 20 or above.
- is21() - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 21 or above.
- is21(boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 21 or above.
- is22() - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 22 or above.
- is22(boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 22 or above.
- is23() - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 23 or above.
- is23(boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 23 or above.
- is24() - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 24 or above.
- is24(boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 24 or above.
- is25() - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 25 or above.
- is25(boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 25 or above.
- is26() - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 26 or above.
- is26(boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 26 or above.
- is27() - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 27 or above.
- is27(boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 27 or above.
- is28() - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 28 or above.
- is28(boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 28 or above.
- is29() - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 29 or above.
- is29(boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 29 or above.
- is30() - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 30 or above.
- is30(boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 30 or above.
- is31() - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 31 or above.
- is31(boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 31 or above.
- is32() - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 32 or above.
- is32(boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 32 or above.
- is33() - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 33 or above.
- is33(boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 33 or above.
- is34() - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 34 or above.
- is34(boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 34 or above.
- is35() - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 35 or above.
- is35(boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is 35 or above.
- isActivityResolved(Context, Intent) - Static method in class com.pranavpandey.android.dynamic.util.DynamicIntentUtils
-
Checks whether the supplied intent has at least one activity to handle it.
- isAlpha(int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicColorUtils
-
Checks whether the color has alpha component.
- isCancelled() - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicRunnable
-
Returns
true
if this task was cancelled before it completed normally. - isCancelled() - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicTask
- isColorDark(int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicColorUtils
-
Detect light or dark color.
- isEdgeToEdge(View) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Deprecated.Try to use
WindowInsetsControllerCompat
if possible. - isEmailExists(Context) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
Checks whether the email client exists on the device.
- isFeedbackExists(Context) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
Checks whether the feedback functionality exists on the device.
- isFilePicker(Context) - Static method in class com.pranavpandey.android.dynamic.util.DynamicIntentUtils
-
Checks the availability of a file picker.
- isFilePicker(Context, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicIntentUtils
-
Checks the availability of a file picker.
- isFilePicker(Context, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicIntentUtils
-
Checks the availability of a file picker.
- isFilePicker(Context, String, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicIntentUtils
-
Checks the availability of a file picker.
- isGestureNavigation(Context) - Static method in class com.pranavpandey.android.dynamic.util.DynamicWindowUtils
-
Detects support for gesture navigation.
- isGMSExists(Context) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
Checks whether the GMS (Google Mobile Services) package exists on the device.
- isGoogleFeedbackExists(Context) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
Checks whether the Google feedback package exists on the device.
- isLayoutRtl(View) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Checks whether the layout direction is RTL (right-to-left).
- isMatrixCaptureResult(Context) - Static method in class com.pranavpandey.android.dynamic.util.DynamicIntentUtils
-
Checks whether the device can capture the matrix result.
- isNavigationBarPresent(Context) - Static method in class com.pranavpandey.android.dynamic.util.DynamicWindowUtils
-
Detects if on-screen navigation bar is present or not.
- isNavigationBarThemeSupported(Context) - Static method in class com.pranavpandey.android.dynamic.util.DynamicWindowUtils
-
Detects support for navigation bar theme.
- isPackageExists(Context, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicPackageUtils
-
Checks if a given package name exits.
- isPreview() - Static method in class com.pranavpandey.android.dynamic.util.DynamicSdkUtils
-
Detects if the current API version is a preview.
- isRootLayout(T) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Checks if the supplied view is the only root layout in the view hierarchy.
- isSamsungOneUI() - Static method in class com.pranavpandey.android.dynamic.util.DynamicDeviceUtils
-
Checks whether the device has a One UI version installed.
- isSystemApp(ApplicationInfo) - Static method in class com.pranavpandey.android.dynamic.util.DynamicPackageUtils
-
Detects if the given application info is a system app or not.
- isTranslucent(int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicColorUtils
-
Checks whether the color is translucent.
- isValidExtension(Context, Intent, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Checks whether the extension is valid for an intent.
- isValidExtension(Context, Uri, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Checks whether the extension is valid for a URI.
- isValidExtension(Context, File, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Checks whether the extension is valid for a file.
- isValidExtension(String, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Checks whether the extension is valid for a path.
- isValidMimeType(Context, Intent, String, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Checks whether the mime type is valid for an intent data.
- isValidMimeType(Context, Uri, String, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Checks whether the mime type is valid for a URI.
- isValidMimeType(Context, File, String, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Checks whether the mime type is valid for a file.
- isXiaomiMIUI(Context) - Static method in class com.pranavpandey.android.dynamic.util.DynamicDeviceUtils
-
Checks whether the device has MIUI services installed.
K
- KEEP_ALIVE - Static variable in interface com.pranavpandey.android.dynamic.util.concurrent.DynamicExecutor
-
The amount of time an idle thread waits before terminating.
- KEEP_ALIVE_UNIT - Static variable in interface com.pranavpandey.android.dynamic.util.concurrent.DynamicExecutor
-
The keep alive time unit.
L
- loadAppIcon(Context, String) - Method in class com.pranavpandey.android.dynamic.util.loader.DynamicLoader
-
Load the app icon from the cache.
- loadDrawable(Context, int) - Method in class com.pranavpandey.android.dynamic.util.loader.DynamicLoader
-
Load the drawable resource from the cache.
M
- manageScrollIndicators(View, View, View) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Manage scroll indicators for a view according to its current state.
- MAX_SIZE - Static variable in class com.pranavpandey.android.dynamic.util.cache.DynamicLruCache
-
Default maximum size for this cache.
- MAXIMUM_POOL_SIZE - Static variable in interface com.pranavpandey.android.dynamic.util.concurrent.DynamicExecutor
-
Maximum pool size for the executor.
- MESSAGE_NULL_IF_NOT - Static variable in class com.pranavpandey.android.dynamic.util.concurrent.DynamicHandler
-
Message constant to set the content to
null
if not matched the criteria. - MESSAGE_POST_PROGRESS - Static variable in class com.pranavpandey.android.dynamic.util.concurrent.DynamicHandler
-
Message constant to publish the progress on the main thread.
- MESSAGE_POST_RESULT - Static variable in class com.pranavpandey.android.dynamic.util.concurrent.DynamicHandler
-
Message constant to post the final result on the main thread.
- MESSAGE_TEXT_CHANGED - Static variable in class com.pranavpandey.android.dynamic.util.watcher.DynamicTextWatcher
-
Message constant to dispatch the text change event.
- MIME_ALL - Static variable in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Constant for the
any
mime type. - MIME_APPLICATION - Static variable in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Constant for the
application/*
mime type. - MIME_OCTET_STREAM - Static variable in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Constant for the
application/octet-stream
mime type. - moreApps(Context, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
View other apps of a Publisher on Google Play or Android Market.
- moreAppsSamsung(Context, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
View other apps of a Samsung Galaxy Store.
N
- NUMBER_OF_CORES - Static variable in interface com.pranavpandey.android.dynamic.util.concurrent.DynamicExecutor
-
Gets the number of available cores.
O
- onCancelled() - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicRunnable
-
Applications should preferably override
DynamicRunnable.onCancelled(DynamicResult)
. - onCancelled(DynamicResult<R>) - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicRunnable
-
Runs on the UI thread after
DynamicRunnable.cancel(boolean)
is invoked andDynamicRunnable.doInBackground(Object)
has finished. - onPlaceholder(V) - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicCallback
-
This method will be called to retrieve the placeholder before getting the result.
- onPostExecute(DynamicResult<R>) - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicRunnable
-
This method will be called after completing the work.
- onPreExecute() - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicRunnable
-
This method will be called before doing the background work.
- onProgressUpdate(DynamicResult<P>) - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicRunnable
-
This method will be called on publishing the progress.
- onResult(V) - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicCallback
-
This method will be called to retrieve the result from this callback.
- onTextChanged(CharSequence, int, int, int) - Method in class com.pranavpandey.android.dynamic.util.watcher.DynamicTextWatcher
P
- PATTERN_WEP - Static variable in class com.pranavpandey.android.dynamic.util.DynamicDeviceUtils
-
Pattern for the WEP encryption.
- PATTERN_WPA - Static variable in class com.pranavpandey.android.dynamic.util.DynamicDeviceUtils
-
Pattern for the WPA encryption.
- PENDING - Enum constant in enum class com.pranavpandey.android.dynamic.util.concurrent.DynamicStatus
-
Constant for the pending operation.
- playAnimation(View, int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicAnimUtils
-
Play an animator animation on a view.
- Progress(T) - Constructor for class com.pranavpandey.android.dynamic.util.concurrent.DynamicResult.Progress
-
Constructor to initialize an object of this class.
- publishProgress(DynamicResult<P>) - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicRunnable
-
This method can be invoked from
DynamicRunnable.doInBackground(T)
to publish updates on the UI thread while the background computation is still running. - publishProgress(DynamicResult<P>) - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicTask
R
- rateApp(Context) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
View app on Google Play or Android Market.
- rateApp(Context, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
View app on Google Play or Android Market.
- readStringFromFile(Context, Uri) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Reads a string data from the file URI.
- readStringFromFile(Context, Uri, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Reads a string data from the file URI.
- removeAlpha(int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicColorUtils
-
Remove alpha from a color.
- removeFilter(View, InputFilter) - Static method in class com.pranavpandey.android.dynamic.util.DynamicInputUtils
-
Remove the input filter for the supplied view.
- replaceColor(int, int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicColorUtils
-
Replace HSV components of a color integer.
- report(Context, String, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
Ask questions or submit bug report to the developer via email.
- report(Context, String, String, Boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
Ask questions or submit bug report to the developer via email.
- requestApplyWindowInsets(View) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Request to apply window insets for a view
- resizeBitmap(Bitmap, int, int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicBitmapUtils
-
Resize bitmap to the new width and height.
- resizeBitmap(Bitmap, int, int, int, int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicBitmapUtils
-
Resize bitmap to the new width and height.
- resizeBitmap(Bitmap, int, int, int, int, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicBitmapUtils
-
Resize bitmap to the new width and height.
- resizeBitmapMax(Bitmap, int, int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicBitmapUtils
-
Resize bitmap according to the max width and height.
- resizeBitmapMax(Bitmap, int, int, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicBitmapUtils
-
Resize bitmap according to the max width and height.
- run() - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicTask
- RUNNING - Enum constant in enum class com.pranavpandey.android.dynamic.util.concurrent.DynamicStatus
-
Constant for the running operation.
S
- SAMPLE_DEFAULT - Static variable in class com.pranavpandey.android.dynamic.util.DynamicBitmapUtils
-
Default sample size to decode the bitmap.
- SAMPLE_LOGO - Static variable in class com.pranavpandey.android.dynamic.util.DynamicBitmapUtils
-
Default sample size to decode the logo bitmap.
- SERIAL_EXECUTOR - Variable in class com.pranavpandey.android.dynamic.util.concurrent.DynamicConcurrent
-
An
ExecutorService
that executes tasks one at a time in serial order. - setAllCaps(View, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicInputUtils
-
Set the all caps input filter for the supplied view.
- setAlpha(int, int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicColorUtils
-
Set alpha to a color.
- setAlpha(View, float) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Set the alpha for the supplied view.
- setAlpha(RemoteViews, int, int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Set the alpha for the remote views.
- setAsync(DynamicCallback<V, P, R>) - Method in class com.pranavpandey.android.dynamic.util.loader.DynamicLoader
-
Set the view asynchronously by using the
DynamicCallback
. - setAsync(ExecutorService, DynamicCallback<V, P, R>) - Method in class com.pranavpandey.android.dynamic.util.loader.DynamicLoader
-
Set the view asynchronously by using the
DynamicCallback
. - setBackground(View, Drawable) - Static method in class com.pranavpandey.android.dynamic.util.DynamicDrawableUtils
-
Set background of a given view in an efficient way by detecting the Android SDK at runtime.
- setBackgroundColor(RemoteViews, int, int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Set the background color for the remote views.
- setColorFilter(RemoteViews, int, int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Set the color filter for the remote views.
- setData(T) - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicResult
-
Set the data associated with this result.
- setEdgeToEdge(View, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Deprecated.Use
DynamicWindowUtils.setEdgeToEdge(Window, boolean)
to support latest API levels. - setEdgeToEdge(Window, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicWindowUtils
-
Set the hide navigation flag for edge-to-edge content on API 23 and above.
- setEnabled(RemoteViews, int, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Set the enabled state for the remote views.
- setException(Exception) - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicResult.Error
-
Set the data associated with this result.
- setFilter(View, InputFilter) - Static method in class com.pranavpandey.android.dynamic.util.DynamicInputUtils
-
Set the input filter for the supplied view.
- setLightNavigationBar(View, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Set light navigation bar on API 26 and above.
- setLightNavigationBar(Window, View, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Set light navigation bar on API 26 and above.
- setLightNavigationBarLegacy(View, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Set light navigation bar on API 26 and above.
- setLightStatusBar(View, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Set light status bar on API 23 and above.
- setLightStatusBar(Window, View, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Set light status bar on API 23 and above.
- setLightStatusBarLegacy(View, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Set light status bar by using the legacy method on API 23 and above.
- setMaxLength(View, int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicInputUtils
-
Set the maximum length input filter for the supplied view.
- setParams(T) - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicCallable
-
Set the parameters associated for this class.
- setShowWallpaper(Window, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicWindowUtils
-
Set the show wallpaper flag for the supplied window.
- setTextSwitcherText(TextSwitcher, CharSequence) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Set the text switcher text and animate only if there is a text change.
- setTextViewAllCaps(RemoteViews, int, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Set the text view all caps for the remote views.
- setTextViewAllCaps(TextView, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Set the text view all caps.
- setTextViewColors(RemoteViews, int, int, int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Set the text view colors for the remote views.
- setTextViewLinkColor(RemoteViews, int, int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Set the text view link color for the remote views.
- setTextViewMaxLines(RemoteViews, int, int) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Set the text view max lines for the remote views.
- setTextViewText(RemoteViews, int, CharSequence) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Equivalent to calling
RemoteViews.setTextViewText(int, CharSequence)
and hide the view if the text is empty. - setTextViewText(RemoteViews, int, CharSequence, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Equivalent to calling
RemoteViews.setTextViewText(int, CharSequence)
and hide the view if the text is empty. - setTextViewTextHtml(RemoteViews, int, CharSequence) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Equivalent to calling
RemoteViews.setTextViewText(int, CharSequence)
and hide the view if the text is empty. - setTextViewTextHtml(RemoteViews, int, CharSequence, boolean) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Equivalent to calling
RemoteViews.setTextViewText(int, CharSequence)
and hide the view if the text is empty. - setTextViewTextSize(RemoteViews, int, int, float) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Equivalent to calling
TextView.setTextSize(int, float)
. - setTextViewTextSize(TextView, int, float) - Static method in class com.pranavpandey.android.dynamic.util.DynamicViewUtils
-
Equivalent to calling
TextView.setTextSize(int, float)
. - share(Context, String, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
Share application via system default share intent so that user can select from the available apps if more than one apps are available.
- share(Context, String, String, Uri) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
Share application via system default share intent so that user can select from the available apps if more than one apps are available.
- share(Context, String, String, Uri, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
Share application via system default share intent so that user can select from the available apps if more than one apps are available.
- share(Context, String, String, Uri, String, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
Share application via system default share intent so that user can select from the available apps if more than one apps are available.
- share(Context, String, String, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
Share application via system default share intent so that user can select from the available apps if more than one apps are available.
- shareApp(Context) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
Share application via system default share intent so that user can select from the available apps if more than one apps are available.
- shareApp(Context, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
Share application via system default share intent so that user can select from the available apps if more than one apps are available.
- shareFile(Activity, String, String, File, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Share file according to the mime type.
- shareFiles(Activity, String, String, Uri[], String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Share multiple files.
- shiftColor(int, float) - Static method in class com.pranavpandey.android.dynamic.util.DynamicColorUtils
-
Shift a color according to the given parameter.
- shiftColor(int, float, float) - Static method in class com.pranavpandey.android.dynamic.util.DynamicColorUtils
-
Shift a color according to the supplied parameters.
- SIZE_DEFAULT - Static variable in class com.pranavpandey.android.dynamic.util.DynamicBitmapUtils
-
Default size to decode the bitmap.
- sizeOf(T, Bitmap) - Method in class com.pranavpandey.android.dynamic.util.cache.BitmapLruCache
- sizeOf(T, Drawable) - Method in class com.pranavpandey.android.dynamic.util.cache.DrawableLruCache
- sizeOf(T, Integer) - Method in class com.pranavpandey.android.dynamic.util.cache.IntegerLruCache
- smsOrMms(Context, String[], String, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
Launch SMS or MMS intent according to the supplied parameters.
- submit(ExecutorService, T, V) - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicConcurrent
- submit(T) - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicConcurrent
- submit(T, V) - Method in class com.pranavpandey.android.dynamic.util.concurrent.DynamicConcurrent
- Success(T) - Constructor for class com.pranavpandey.android.dynamic.util.concurrent.DynamicResult.Success
-
Constructor to initialize an object of this class.
T
- takePersistedUriPermission(Context, Intent) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Try to take the persistable storage permission for the intent data URI.
- TextViewHandler - Class in com.pranavpandey.android.dynamic.util.loader.handler
- TextViewHandler(TextView) - Constructor for class com.pranavpandey.android.dynamic.util.loader.handler.TextViewHandler
-
Constructor to initialize an object of this class.
- THREAD_FACTORY - Static variable in interface com.pranavpandey.android.dynamic.util.concurrent.DynamicExecutor
-
Thread factory for the backup pool executor.
- THREAD_POOL_EXECUTOR - Variable in class com.pranavpandey.android.dynamic.util.concurrent.DynamicConcurrent
-
An
ExecutorService
that can be used to execute tasks in parallel.
U
- unzip(File, File) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Extracts a zip archive.
- URI_MATCHER_CONTENT - Static variable in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Constant to match the content URI.
- URI_MATCHER_FILE - Static variable in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Constant to match the file URI.
V
- valueOf(String) - Static method in enum class com.pranavpandey.android.dynamic.util.concurrent.DynamicStatus
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.pranavpandey.android.dynamic.util.concurrent.DynamicStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- verifyFile(File) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Verifies a file if it exists or not.
- vibrate(Context, long) - Static method in class com.pranavpandey.android.dynamic.util.DynamicDeviceUtils
-
Vibrate device for the supplied duration.
- viewApp(Context, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
View app on Google Play (or Android Market) or Samsung Galaxy Store if available.
- viewApp(Context, String, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
View app on Google Play (or Android Market) or Samsung Galaxy Store if available.
- viewAppExternal(Context, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
View app on Google Play (or Android Market) or Samsung Galaxy Store if available.
- viewInGooglePlay(Context, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
View app on Google Play or Android Market.
- viewInSamsungGalaxyStore(Context, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
View app on Samsung Galaxy Store.
- viewIntent(Context, Intent) - Static method in class com.pranavpandey.android.dynamic.util.DynamicIntentUtils
-
View any Intent in the available app or browser.
- viewUrl(Context, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicLinkUtils
-
View any URL in the available app or browser.
W
- WORK_QUEUE - Static variable in interface com.pranavpandey.android.dynamic.util.concurrent.DynamicExecutor
-
Instantiates the queue of Runnables as a
SynchronousQueue
. - writeStringToFile(Context, String, Uri) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Writes a string data to file URI.
- writeStringToFile(Context, String, Uri, Uri) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Writes a string data to file URI from the source to destination in "rwt" mode which truncates all the previous content if the destination URI already exists.
- writeStringToFile(Context, String, Uri, Uri, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Writes a string data to file URI from the source to destination.
- writeToFile(Context, Uri, Uri) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Writes a file URI from the source to destination in "rwt" mode which truncates all the previous content if the destination URI already exists.
- writeToFile(Context, Uri, Uri, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Writes a file URI from the source to destination.
- writeToFile(File, File, String) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Writes a file from the source to destination.
Z
- zipDirectory(File, File) - Static method in class com.pranavpandey.android.dynamic.util.DynamicFileUtils
-
Creates a zip archive from the directory.
All Classes and Interfaces|All Packages|Constant Field Values
DynamicTaskUtils.cancelTask(DynamicTask, boolean)
or standardjava.util.concurrent
APIs.