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

A

addData(List<T>) - Method in class com.apppartner.core.PaginatedRVAdapter
 

B

BitmapUtils - Class in com.apppartner.core.utils
A class for static helper methods related to bitmaps.
BitmapUtils() - Constructor for class com.apppartner.core.utils.BitmapUtils
 

C

com.apppartner.core - package com.apppartner.core
 
com.apppartner.core.retrofit - package com.apppartner.core.retrofit
 
com.apppartner.core.statelistview - package com.apppartner.core.statelistview
 
com.apppartner.core.utils - package com.apppartner.core.utils
 
com.apppartner.core.views - package com.apppartner.core.views
 
ContentStates - Interface in com.apppartner.core
Created by Jonathan Muller on 5/19/16.
Controllable - Interface in com.apppartner.core.statelistview
Created by Jonathan Muller on 5/26/16.
CustomEditText - Class in com.apppartner.core.views
Allows you to define a custom font type in its layout XML
CustomEditText(Context) - Constructor for class com.apppartner.core.views.CustomEditText
 
CustomEditText(Context, AttributeSet) - Constructor for class com.apppartner.core.views.CustomEditText
 
CustomEditText(Context, AttributeSet, int) - Constructor for class com.apppartner.core.views.CustomEditText
 
CustomTextView - Class in com.apppartner.core.views
Allows you to define a custom font type in its layout XML
CustomTextView(Context) - Constructor for class com.apppartner.core.views.CustomTextView
 
CustomTextView(Context, AttributeSet) - Constructor for class com.apppartner.core.views.CustomTextView
 
CustomTextView(Context, AttributeSet, int) - Constructor for class com.apppartner.core.views.CustomTextView
 

D

data - Variable in class com.apppartner.core.PaginatedRVAdapter
 
descriptionTextView - Variable in class com.apppartner.core.statelistview.EmptyStateView
 
descriptionTextView - Variable in class com.apppartner.core.statelistview.ErrorStateView
 
downsizeBitmap(Uri, ContentResolver, int) - Static method in class com.apppartner.core.utils.BitmapUtils
 
downsizeBitmap(String, ContentResolver, int) - Static method in class com.apppartner.core.utils.BitmapUtils
 
dpToPx(Context, int) - Static method in class com.apppartner.core.utils.BitmapUtils
 

E

EmptyStateView - Class in com.apppartner.core.statelistview
Created by Jonathan Muller on 5/26/16.
EmptyStateView(Context) - Constructor for class com.apppartner.core.statelistview.EmptyStateView
 
EmptyStateView(Context, AttributeSet) - Constructor for class com.apppartner.core.statelistview.EmptyStateView
 
EmptyStateView(Context, AttributeSet, int) - Constructor for class com.apppartner.core.statelistview.EmptyStateView
 
enableHeader(boolean) - Method in class com.apppartner.core.PaginatedRVAdapter
 
enableSwipeToRefresh(boolean) - Method in class com.apppartner.core.statelistview.StateListView
Set to true if you want to enable swipe to refresh If enable you must call setOnFreshListener
ErrorStateView - Class in com.apppartner.core.statelistview
Created by Jonathan Muller on 5/26/16.
ErrorStateView(Context) - Constructor for class com.apppartner.core.statelistview.ErrorStateView
 
ErrorStateView(Context, AttributeSet) - Constructor for class com.apppartner.core.statelistview.ErrorStateView
 
ErrorStateView(Context, AttributeSet, int) - Constructor for class com.apppartner.core.statelistview.ErrorStateView
 

G

getBitmapFromCameraURI(Context, Uri, ContentResolver) - Static method in class com.apppartner.core.utils.BitmapUtils
 
getBitmapFromGalleryData(Intent, Context) - Static method in class com.apppartner.core.utils.BitmapUtils
 
getBitmapFromPath(Context, String) - Static method in class com.apppartner.core.utils.BitmapUtils
 
getBitmapFromView(View, DisplayMetrics) - Static method in class com.apppartner.core.utils.BitmapUtils
 
getEmptyStateView() - Method in class com.apppartner.core.statelistview.StateListView
 
getErrorStateView() - Method in class com.apppartner.core.statelistview.StateListView
 
getItemCount() - Method in class com.apppartner.core.PaginatedRVAdapter
 
getItemViewType(int) - Method in class com.apppartner.core.PaginatedRVAdapter
 
getRealPathFromURI(Uri, Context) - Static method in class com.apppartner.core.utils.BitmapUtils
 
getRecyclerView() - Method in class com.apppartner.core.statelistview.StateListView
 

H

hasMorePages() - Method in interface com.apppartner.core.Pagination
 

I

iconImageView - Variable in class com.apppartner.core.statelistview.EmptyStateView
 
iconImageView - Variable in class com.apppartner.core.statelistview.ErrorStateView
 
isLoadingPage() - Method in interface com.apppartner.core.Pagination
 

L

loadPage() - Method in interface com.apppartner.core.Pagination
 

O

onBindViewHolder(RecyclerView.ViewHolder, int) - Method in class com.apppartner.core.PaginatedRVAdapter
 
onBindViewHolder(RecyclerView.ViewHolder, int, T) - Method in class com.apppartner.core.PaginatedRVAdapter
Allows binding of custom viewholders with the provided data
onCreateCustomViewHolder(ViewGroup, int) - Method in class com.apppartner.core.PaginatedRVAdapter
Implement this method to create teh viewholders for the item viewholders and header viewholder
onCreateViewHolder(ViewGroup, int) - Method in class com.apppartner.core.PaginatedRVAdapter
 
onFailure(<any>, Throwable) - Method in class com.apppartner.core.retrofit.RetrofitCallback
 
onFailure(String) - Method in interface com.apppartner.core.retrofit.RetrofitResponse
 
onItemSelected(int, Object, RecyclerView.ViewHolder) - Method in interface com.apppartner.core.PaginatedRVAdapter.OnItemSelectionListener
 
onResponse(<any>, <any>) - Method in class com.apppartner.core.retrofit.RetrofitCallback
 
onSuccess(T) - Method in interface com.apppartner.core.retrofit.RetrofitResponse
 

P

PaginatedRVAdapter<T> - Class in com.apppartner.core
Created by jonathanmuller on 4/30/16.
PaginatedRVAdapter() - Constructor for class com.apppartner.core.PaginatedRVAdapter
 
PaginatedRVAdapter(RecyclerView, Pagination) - Constructor for class com.apppartner.core.PaginatedRVAdapter
 
PaginatedRVAdapter(RecyclerView, Pagination, ContentStates) - Constructor for class com.apppartner.core.PaginatedRVAdapter
 
PaginatedRVAdapter.OnItemSelectionListener - Interface in com.apppartner.core
 
PaginatedRVAdapter.ProgressViewHolder - Class in com.apppartner.core
 
Pagination - Interface in com.apppartner.core
Created by Jonathan Muller on 1/20/16.
progressBar - Variable in class com.apppartner.core.PaginatedRVAdapter.ProgressViewHolder
 
ProgressViewHolder(View) - Constructor for class com.apppartner.core.PaginatedRVAdapter.ProgressViewHolder
 

R

refresh() - Method in interface com.apppartner.core.Pagination
 
refreshHeader() - Method in class com.apppartner.core.PaginatedRVAdapter
 
RetrofitCallback<T> - Class in com.apppartner.core.retrofit
Created on 5/6/16.
RetrofitCallback(RetrofitResponse<T>) - Constructor for class com.apppartner.core.retrofit.RetrofitCallback
 
retrofitResponse - Variable in class com.apppartner.core.retrofit.RetrofitCallback
 
RetrofitResponse<T> - Interface in com.apppartner.core.retrofit
Created on 5/6/16.
rotateBitmap(Bitmap, float) - Static method in class com.apppartner.core.utils.BitmapUtils
 
rotateBitmapIfNecessary(String, Bitmap, ContentResolver) - Static method in class com.apppartner.core.utils.BitmapUtils
 

S

saveBitmapToFile(Bitmap, String) - Static method in class com.apppartner.core.utils.BitmapUtils
 
setAdapter(RecyclerView.Adapter) - Method in class com.apppartner.core.statelistview.StateListView
 
setClickListener(View.OnClickListener) - Method in interface com.apppartner.core.statelistview.Controllable
Sets the click listener to be called int the StateListView when a certain part of the implementing view is clicked
setClickListener(View.OnClickListener) - Method in class com.apppartner.core.statelistview.EmptyStateView
 
setClickListener(View.OnClickListener) - Method in class com.apppartner.core.statelistview.ErrorStateView
 
setContentBackgroundColor(int) - Method in class com.apppartner.core.statelistview.StateListView
Sets the background color for the whole view
setData(List<T>) - Method in class com.apppartner.core.PaginatedRVAdapter
 
setEmptyBackgroundColor(int) - Method in class com.apppartner.core.statelistview.StateListView
Sets the background color for the emptyStateContainer
setEmptyStateImage(int) - Method in class com.apppartner.core.statelistview.StateListView
Set the image that is shown in the empty state
setEmptyStateMessage(String) - Method in class com.apppartner.core.statelistview.StateListView
Set the message that is shown in the empty state
setEmptyStateOnClick(View.OnClickListener) - Method in class com.apppartner.core.statelistview.StateListView
Set the click listener for the empty state.
setEmptyStateView(View) - Method in class com.apppartner.core.statelistview.StateListView
Set the empty state view.
setErrorBackgroundColor(int) - Method in class com.apppartner.core.statelistview.StateListView
Sets the background color for the errorStateContainer
setErrorStateImage(int) - Method in class com.apppartner.core.statelistview.StateListView
Set the image that is shown in the error state
setErrorStateMessage(String) - Method in class com.apppartner.core.statelistview.StateListView
Set the message that is shown in the error state
setErrorStateOnClick(View.OnClickListener) - Method in class com.apppartner.core.statelistview.StateListView
Set the click listener for the error state.
setErrorStateView(View) - Method in class com.apppartner.core.statelistview.StateListView
Set the error state view.
setImage(int) - Method in interface com.apppartner.core.statelistview.Controllable
Sets the image to be shown in the StateListView to the drawable resource
setImage(int) - Method in class com.apppartner.core.statelistview.EmptyStateView
 
setImage(int) - Method in class com.apppartner.core.statelistview.ErrorStateView
 
setLoadingBackgroundColor(int) - Method in class com.apppartner.core.statelistview.StateListView
Sets the background color for the progressLayout
setMessage(String) - Method in interface com.apppartner.core.statelistview.Controllable
Set the message to be shown in the StateListView to the provided message
setMessage(String) - Method in class com.apppartner.core.statelistview.EmptyStateView
 
setMessage(String) - Method in class com.apppartner.core.statelistview.ErrorStateView
 
setOnItemSelectionListener(PaginatedRVAdapter.OnItemSelectionListener) - Method in class com.apppartner.core.PaginatedRVAdapter
 
setOnRefreshListener(SwipeRefreshLayout.OnRefreshListener) - Method in class com.apppartner.core.statelistview.StateListView
Sets the OnRefreshLayouts OnRefreshListener
setPaginationThreshold(int) - Method in class com.apppartner.core.PaginatedRVAdapter
 
setRefresh(boolean) - Method in class com.apppartner.core.statelistview.StateListView
 
setRefreshColors(int...) - Method in class com.apppartner.core.statelistview.StateListView
Sets the colors on the refresh view
showContent() - Method in interface com.apppartner.core.ContentStates
 
showContent() - Method in class com.apppartner.core.statelistview.StateListView
 
showEmpty() - Method in interface com.apppartner.core.ContentStates
 
showEmpty() - Method in class com.apppartner.core.statelistview.StateListView
 
showError() - Method in interface com.apppartner.core.ContentStates
 
showError() - Method in class com.apppartner.core.statelistview.StateListView
 
showLoading() - Method in interface com.apppartner.core.ContentStates
 
showLoading() - Method in class com.apppartner.core.statelistview.StateListView
 
StateListView - Class in com.apppartner.core.statelistview
Created by Jonathan Muller on 5/6/16.
StateListView(Context) - Constructor for class com.apppartner.core.statelistview.StateListView
 
StateListView(Context, AttributeSet) - Constructor for class com.apppartner.core.statelistview.StateListView
 
StateListView(Context, AttributeSet, int) - Constructor for class com.apppartner.core.statelistview.StateListView
 

T

TYPE_HEADER - Static variable in class com.apppartner.core.PaginatedRVAdapter
 
TYPE_ITEM - Static variable in class com.apppartner.core.PaginatedRVAdapter
 
TYPE_PROGRESS - Static variable in class com.apppartner.core.PaginatedRVAdapter
 

U

updateDataAtPosition(T, int) - Method in class com.apppartner.core.PaginatedRVAdapter
 
A B C D E G H I L O P R S T U 
Skip navigation links