Skip navigation links
A B C D E G H I L N O P S T U V W 

A

ActivityResultListener - Interface in com.humandevice.android.core.view.interfaces
Created by Mikołaj Styś on 2015-09-13.
AppContext - Annotation Type in com.humandevice.android.core.view.annotation
By Mikołaj Styś on 07/2015.

B

BackListener - Interface in com.humandevice.android.core.view.interfaces
Provide easy propagation of activity's onBackPressed

C

checkWifiOnAndConnected(Context) - Static method in class com.humandevice.android.core.tools.StateUtils
 
com.humandevice.android.core.adapters - package com.humandevice.android.core.adapters
 
com.humandevice.android.core.layers - package com.humandevice.android.core.layers
 
com.humandevice.android.core.model - package com.humandevice.android.core.model
 
com.humandevice.android.core.tools - package com.humandevice.android.core.tools
 
com.humandevice.android.core.view - package com.humandevice.android.core.view
 
com.humandevice.android.core.view.annotation - package com.humandevice.android.core.view.annotation
 
com.humandevice.android.core.view.interfaces - package com.humandevice.android.core.view.interfaces
 
ContextHolder - Interface in com.humandevice.android.core.view.interfaces
Interface states that implementing class hav context, which can be obtained using getContext();
ContextOperator - Interface in com.humandevice.android.core.view.interfaces
Interface states that implementing class hav context, which can be obtained using getContext();

D

debug(Object...) - Method in class com.humandevice.android.core.tools.DefaultLogger
 
debug(Object...) - Method in interface com.humandevice.android.core.tools.Logger
 
DefaultLogger - Class in com.humandevice.android.core.tools
Simple logger wrapper for libraries
deserializeModel(Source, Model) - Method in interface com.humandevice.android.core.adapters.Deserializer
Creates model from source.
Deserializer<Source,Model> - Interface in com.humandevice.android.core.adapters
Interface states that implementation can create model from source.
destinationActivityExist(Context, Intent) - Static method in class com.humandevice.android.core.tools.StateUtils
 
dpToPx(float) - Static method in class com.humandevice.android.core.tools.ViewUtils
 

E

EMPTY - Static variable in annotation type com.humandevice.android.core.adapters.Serialized
 
error(Object...) - Method in class com.humandevice.android.core.tools.DefaultLogger
 
error(Object...) - Method in interface com.humandevice.android.core.tools.Logger
 

G

getColor(Context, int) - Static method in class com.humandevice.android.core.tools.ViewUtils
 
getContext() - Method in interface com.humandevice.android.core.view.interfaces.ContextHolder
 
getContext() - Method in interface com.humandevice.android.core.view.interfaces.ContextOperator
 
getContext() - Method in class com.humandevice.android.core.view.ToolsActivity
 
getContext() - Method in class com.humandevice.android.core.view.ToolsFragment
 
getFragmentName() - Method in interface com.humandevice.android.core.view.interfaces.TitleFragment
 
getId() - Method in interface com.humandevice.android.core.model.Identifiable
 
getInstance() - Static method in class com.humandevice.android.core.tools.ThreadLock
 
getRootView() - Method in interface com.humandevice.android.core.view.interfaces.ContextOperator
 
getRootView() - Method in class com.humandevice.android.core.view.ToolsActivity
 
getRootView() - Method in class com.humandevice.android.core.view.ToolsFragment
 
GuiContext - Annotation Type in com.humandevice.android.core.view.annotation
By Mikołaj Styś on 07/2015.

H

hideKeyboard(View) - Static method in class com.humandevice.android.core.tools.ViewUtils
Hide software keyboard

I

Identifiable - Interface in com.humandevice.android.core.model
Implementing interface states that this class has some kind of number unique for instance.
info(Object...) - Method in class com.humandevice.android.core.tools.DefaultLogger
 
info(Object...) - Method in interface com.humandevice.android.core.tools.Logger
 
INVALID_ID - Static variable in interface com.humandevice.android.core.model.Identifiable
 
isLandscape(Context) - Static method in class com.humandevice.android.core.tools.StateUtils
 
isLogging() - Method in class com.humandevice.android.core.tools.DefaultLogger
 
isLogging() - Method in interface com.humandevice.android.core.tools.Logger
 
isOnline(Context) - Static method in class com.humandevice.android.core.tools.StateUtils
 
isServiceRunning(Class<?>, Context) - Static method in class com.humandevice.android.core.tools.StateUtils
 

L

LayerService - Interface in com.humandevice.android.core.layers
UseCase represents implementation of Service layer
LayerView - Interface in com.humandevice.android.core.layers
Panel represents implementation of View layer
lock() - Method in class com.humandevice.android.core.tools.ThreadLock
 
Logger - Interface in com.humandevice.android.core.tools
Simple logger wrapper for libraries

N

NO_ID - Static variable in interface com.humandevice.android.core.model.Identifiable
 
NO_NAME - Static variable in interface com.humandevice.android.core.view.interfaces.TitleFragment
 

O

onActivityResultPropagated(int, int, Intent) - Method in interface com.humandevice.android.core.view.interfaces.ActivityResultListener
 
onActivityResultPropagated(int, int, Intent) - Method in class com.humandevice.android.core.view.ToolsFragment
 
onAttach(Activity) - Method in class com.humandevice.android.core.view.ToolsFragment
 
onAttach(Context) - Method in class com.humandevice.android.core.view.ToolsFragment
 
onAttachToFragment(Context) - Method in class com.humandevice.android.core.view.ToolsFragment
 
onBackPressedPropagated() - Method in interface com.humandevice.android.core.view.interfaces.BackListener
 
onBackPressedPropagated() - Method in class com.humandevice.android.core.view.ToolsFragment
 
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.humandevice.android.core.view.ToolsFragment
 

P

paintDrawable(int, int, Context) - Static method in class com.humandevice.android.core.tools.ViewUtils
 
pxToDp(int) - Static method in class com.humandevice.android.core.tools.ViewUtils
 

S

Serialized - Annotation Type in com.humandevice.android.core.adapters
Custom annotations that can be used with Transformer tools Date: 2016/01/28
serializeModel(Model, Result) - Method in interface com.humandevice.android.core.adapters.Serializer
 
Serializer<Model,Result> - Interface in com.humandevice.android.core.adapters
Indicates that implementation can change object into another form Date: 2016/01/27
setId(long) - Method in interface com.humandevice.android.core.model.Identifiable
 
setLogging(boolean) - Method in class com.humandevice.android.core.tools.DefaultLogger
 
setLogging(boolean) - Method in interface com.humandevice.android.core.tools.Logger
 
showKeyboard(View) - Static method in class com.humandevice.android.core.tools.ViewUtils
Show software keyboard
startActivityForResult(Intent, int, Bundle) - Method in interface com.humandevice.android.core.view.interfaces.ContextOperator
 
StateUtils - Class in com.humandevice.android.core.tools
Provides utils related to Android environment ex. is device online

T

ThreadLock - Class in com.humandevice.android.core.tools
Created by Szymon on 2016-02-01.
ThreadLock() - Constructor for class com.humandevice.android.core.tools.ThreadLock
 
TitleFragment - Interface in com.humandevice.android.core.view.interfaces
Interface for providing fragment's title implementations.
ToolsActivity - Class in com.humandevice.android.core.view
Wrapped Activity
ToolsActivity() - Constructor for class com.humandevice.android.core.view.ToolsActivity
 
ToolsFragment - Class in com.humandevice.android.core.view
Base fragment inherited by all other fragments in app
ToolsFragment() - Constructor for class com.humandevice.android.core.view.ToolsFragment
 
Transformer<Model,Transformed> - Interface in com.humandevice.android.core.adapters
Can Serialize an deserialize objects.

U

unlock() - Method in class com.humandevice.android.core.tools.ThreadLock
 

V

ViewUtils - Class in com.humandevice.android.core.tools
By Quantum on 06/2015.

W

waitIfLocked() - Method in class com.humandevice.android.core.tools.ThreadLock
 
warning(Object...) - Method in class com.humandevice.android.core.tools.DefaultLogger
 
warning(Object...) - Method in interface com.humandevice.android.core.tools.Logger
 
A B C D E G H I L N O P S T U V W 
Skip navigation links