A B C D E F G H I M O P R S T U V 

A

apply() - Method in class de.dimensionv.android.androtools.preferences.BasePreferences
 

B

BaseFragment - Class in de.dimensionv.android.androtools.ui
A base class for Fragments that is capable of handling nested Fragments and Activity-starts from those fragments with proper handing over of possible result-codes from the activities to the appropriate fragment, which initially started the Activity.
BaseFragment() - Constructor for class de.dimensionv.android.androtools.ui.BaseFragment
 
BasePreferences - Class in de.dimensionv.android.androtools.preferences
Base-class for SharedPreferences handling.
BasePreferences(Context) - Constructor for class de.dimensionv.android.androtools.preferences.BasePreferences
Creates and initializes BasePreferences object with the given Context.
BasePreferences(Context, String) - Constructor for class de.dimensionv.android.androtools.preferences.BasePreferences
Creates and initializes BasePreferences object with the given Context.

C

cachePath - Static variable in class de.dimensionv.android.androtools.preferences.BasePreferences
The application's cachePath.
checkNestedFragmentsForResult(int, int, Intent) - Method in class de.dimensionv.android.androtools.ui.BaseFragment
Checks to see whether there are any nested child fragments which have been registered with a requestCode before.
clear() - Method in class de.dimensionv.android.androtools.preferences.BasePreferences
 
commit() - Method in class de.dimensionv.android.androtools.preferences.BasePreferences
 
contains(String) - Method in class de.dimensionv.android.androtools.preferences.BasePreferences
 
context - Variable in class de.dimensionv.android.androtools.preferences.BasePreferences
The application context
ContextTools - Class in de.dimensionv.android.androtools.general
Useful collection of methods that revolve around the Context-object or require its use.
ContextTools() - Constructor for class de.dimensionv.android.androtools.general.ContextTools
 

D

de.dimensionv.android.androtools.filetools - package de.dimensionv.android.androtools.filetools
 
de.dimensionv.android.androtools.general - package de.dimensionv.android.androtools.general
 
de.dimensionv.android.androtools.preferences - package de.dimensionv.android.androtools.preferences
 
de.dimensionv.android.androtools.ui - package de.dimensionv.android.androtools.ui
 

E

edit() - Method in class de.dimensionv.android.androtools.preferences.BasePreferences
 
editor - Variable in class de.dimensionv.android.androtools.preferences.BasePreferences
An editor object used internally to write the preferences and finally commit/apply them.
embedFragment(Class<? extends Fragment>, int, FragmentActivity, String, Bundle) - Static method in class de.dimensionv.android.androtools.ui.FragmentTools
Creates and embeds a new Fragment (given by fragmentClass) into the container with the ID containerID of the FragmentActivity parent, with given tag and arguments.
embedFragment(Class<? extends Fragment>, int, Fragment, String, Bundle) - Static method in class de.dimensionv.android.androtools.ui.FragmentTools
Creates and embeds a new Fragment (given by fragmentClass) into the container with the ID containerID of the Fragment parent, with given tag and arguments.
embedFragment(Class<? extends Fragment>, int, FragmentManager, String, Bundle) - Static method in class de.dimensionv.android.androtools.ui.FragmentTools
Creates and embeds a new Fragment (given by fragmentClass) into the container with the ID containerID of the FragmentManager parent, with given tag and arguments.

F

FileTools - Class in de.dimensionv.android.androtools.filetools
This class is a collection of useful routines regarding files, directories and URIs with specific extensions for the Android platform.
FileTools() - Constructor for class de.dimensionv.android.androtools.filetools.FileTools
 
findView(View, int) - Static method in class de.dimensionv.android.androtools.ui.ViewTools
Returns the View object with the given id from the View object provided by parent.
findView(Activity, int) - Static method in class de.dimensionv.android.androtools.ui.ViewTools
Returns the View object with the given id from the Activity object provided by parent.
findView(Dialog, int) - Static method in class de.dimensionv.android.androtools.ui.ViewTools
Returns the View object with the given id from the Dialog object provided by parent.
FragmentTools - Class in de.dimensionv.android.androtools.ui
Helpful tools for handling Fragments.
FragmentTools() - Constructor for class de.dimensionv.android.androtools.ui.FragmentTools
 
fromOrdinal(int) - Static method in enum de.dimensionv.android.androtools.general.TrimState
This method takes an arbitrary int value and returns the appropriate enum-value In case the int-value is not a valid value of the enum, an Exception will be thrown.

G

getAll() - Method in class de.dimensionv.android.androtools.preferences.BasePreferences
 
getApplicationCachePath(Context, boolean) - Static method in class de.dimensionv.android.androtools.filetools.FileTools
Retrieves the application's cache directory as String.
getApplicationCachePath(Context) - Static method in class de.dimensionv.android.androtools.filetools.FileTools
Retrieves the application's cache directory as String.
getApplicationContext(Context) - Static method in class de.dimensionv.android.androtools.general.ContextTools
Returns the application Context.
getApplicationName(Context) - Static method in class de.dimensionv.android.androtools.general.ContextTools
Returns the application's name.
getBoolean(String, boolean) - Method in class de.dimensionv.android.androtools.preferences.BasePreferences
 
getCachePath() - Static method in class de.dimensionv.android.androtools.preferences.BasePreferences
Returns the application's cache-path
getDisplayMetrics(Activity) - Static method in class de.dimensionv.android.androtools.ui.ScreenTools
Returns the display metrics of the device, using the currently shown Activity for accessing the window manager.
getFile(Context, Uri) - Static method in class de.dimensionv.android.androtools.filetools.FileTools
Convert a Uri into a File.
getFileName() - Method in class de.dimensionv.android.androtools.preferences.BasePreferences
Returns the filename of the SharedPreferences file used by this BasePreferences object.
getFloat(String, float) - Method in class de.dimensionv.android.androtools.preferences.BasePreferences
 
getHash(String) - Method in class de.dimensionv.android.androtools.preferences.BasePreferences
Aquires the hash for the given value.
getInt(String, int) - Method in class de.dimensionv.android.androtools.preferences.BasePreferences
 
getKeyMap() - Method in class de.dimensionv.android.androtools.preferences.BasePreferences
Returns the keyMap cache.
getLong(String, long) - Method in class de.dimensionv.android.androtools.preferences.BasePreferences
 
getPath(Context, Uri) - Static method in class de.dimensionv.android.androtools.filetools.FileTools
Get a file path from a Uri as String.
getRequestCodesM() - Method in class de.dimensionv.android.androtools.ui.BaseFragment
Returns an unmodifiable Map of the registered request codes.
getScreenOrientation(Activity) - Static method in class de.dimensionv.android.androtools.ui.ScreenTools
Returns the current orientation of the device.
getString(String, String) - Method in class de.dimensionv.android.androtools.preferences.BasePreferences
 
getStringSet(String, Set<String>) - Method in class de.dimensionv.android.androtools.preferences.BasePreferences
 
getUri(File) - Static method in class de.dimensionv.android.androtools.filetools.FileTools
Convert a File into a Uri.

H

hasThumbnailSupport(Uri) - Static method in class de.dimensionv.android.androtools.filetools.FileTools
Returns true if the Uri has thumbnail-support through MediaStore.
haveBigScreen(Activity) - Static method in class de.dimensionv.android.androtools.ui.ScreenTools
Checks if the device has a big screen using the currently shown Activity for accessing window manager in order to retrieve the device's DisplayMetrics.

I

Initializer - Interface in de.dimensionv.android.androtools.general
An interface for use when the initialization of objects, providers, services, modules, etc.
isMediaUri(Uri) - Static method in class de.dimensionv.android.androtools.filetools.FileTools
Returns true if Uri is a media URI.

M

MemoryTrimmer - Interface in de.dimensionv.android.androtools.general
An interface for use memory usage aware apps that implement the Application.ActivityLifecycleCallbacks.

O

onActivityResult(int, int, Intent) - Method in class de.dimensionv.android.androtools.ui.BaseFragment
Receive the result from a previous call to BaseFragment.startActivityForResult(Intent, int).
onForceTrim() - Method in interface de.dimensionv.android.androtools.general.MemoryTrimmer
Strict release of all not strictly necessary memory resources.
onForceTrim() - Method in class de.dimensionv.android.androtools.preferences.BasePreferences
 
onInitialize(Context, TrimState) - Method in interface de.dimensionv.android.androtools.general.Initializer
This method triggers the initialization of its implementer.
onInitialize(Context, TrimState) - Method in class de.dimensionv.android.androtools.preferences.BasePreferences
 
onTrim() - Method in interface de.dimensionv.android.androtools.general.MemoryTrimmer
Relaxed release of memory
onTrim() - Method in class de.dimensionv.android.androtools.preferences.BasePreferences
 
orientationIsLandscape(Activity) - Static method in class de.dimensionv.android.androtools.ui.ScreenTools
Convenience method to quickly identify landscape-orientation
orientationIsPortrait(Activity) - Static method in class de.dimensionv.android.androtools.ui.ScreenTools
Convenience method to quickly identify portrait-orientation

P

putBoolean(String, boolean) - Method in class de.dimensionv.android.androtools.preferences.BasePreferences
 
putFloat(String, float) - Method in class de.dimensionv.android.androtools.preferences.BasePreferences
 
putInt(String, int) - Method in class de.dimensionv.android.androtools.preferences.BasePreferences
 
putLong(String, long) - Method in class de.dimensionv.android.androtools.preferences.BasePreferences
 
putString(String, String) - Method in class de.dimensionv.android.androtools.preferences.BasePreferences
 
putStringSet(String, Set<String>) - Method in class de.dimensionv.android.androtools.preferences.BasePreferences
 

R

registerOnSharedPreferenceChangeListener(SharedPreferences.OnSharedPreferenceChangeListener) - Method in class de.dimensionv.android.androtools.preferences.BasePreferences
 
registerRequestCode(int, Fragment) - Method in class de.dimensionv.android.androtools.ui.BaseFragment
Registers request code (used in BaseFragment.startActivityForResult(Intent, int)).
remove(String) - Method in class de.dimensionv.android.androtools.preferences.BasePreferences
 
removeFragment(FragmentManager, String) - Static method in class de.dimensionv.android.androtools.ui.FragmentTools
Removes the Fragment specified by the tag from view.
removeFragment(FragmentManager, Fragment) - Static method in class de.dimensionv.android.androtools.ui.FragmentTools
Removes the specified Fragment from view.

S

ScreenTools - Class in de.dimensionv.android.androtools.ui
Helpful tools that retrieve information about screen-orientation, -size, etc.
ScreenTools() - Constructor for class de.dimensionv.android.androtools.ui.ScreenTools
 
settings - Variable in class de.dimensionv.android.androtools.preferences.BasePreferences
The actual SharedPreferences object that is used internally.
startActivityForResult(Intent, int) - Method in class de.dimensionv.android.androtools.ui.BaseFragment
Call Activity.startActivityForResult(Intent, int) on the fragment's containing Activity.

T

TrimState - Enum in de.dimensionv.android.androtools.general
The TrimState enum represents the initialization and/or trimming state of the application and/or Initializer classes.

U

unregisterOnSharedPreferenceChangeListener(SharedPreferences.OnSharedPreferenceChangeListener) - Method in class de.dimensionv.android.androtools.preferences.BasePreferences
 

V

valueOf(String) - Static method in enum de.dimensionv.android.androtools.general.TrimState
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.dimensionv.android.androtools.general.TrimState
Returns an array containing the constants of this enum type, in the order they are declared.
ViewTools - Class in de.dimensionv.android.androtools.ui
Helpful tools for handling views.
ViewTools() - Constructor for class de.dimensionv.android.androtools.ui.ViewTools
 
A B C D E F G H I M O P R S T U V