Skip navigation links
A B C G H I M N O P S T U W 

A

addPage(PageDescriptor) - Method in class com.honu.aloha.BaseWelcomeActivity
 
addPage(PageDescriptor) - Method in class com.honu.aloha.ScreenSlidePagerAdapter
 
ALWAYS_SHOW_WELCOME - Static variable in class com.honu.aloha.WelcomeHelper
 

B

backgroundColor - Variable in class com.honu.aloha.PageDescriptor
 
BaseWelcomeActivity - Class in com.honu.aloha
A basic welcome activity that can be customized.
BaseWelcomeActivity() - Constructor for class com.honu.aloha.BaseWelcomeActivity
 

C

clearLastRunVersionCode(Context) - Static method in class com.honu.aloha.WelcomeHelper
 
com.honu.aloha - package com.honu.aloha
 
contentText - Variable in class com.honu.aloha.PageDescriptor
 
createPages() - Method in class com.honu.aloha.BaseWelcomeActivity
Clients must implement to add welcome pages.
CrossfadePageTransformer - Class in com.honu.aloha
Provides a cross-fading transition between page slides of the view pager.
CrossfadePageTransformer() - Constructor for class com.honu.aloha.CrossfadePageTransformer
 

G

getBackgroundColor() - Method in class com.honu.aloha.PageDescriptor
 
getContentText() - Method in class com.honu.aloha.PageDescriptor
 
getCount() - Method in class com.honu.aloha.ScreenSlidePagerAdapter
 
getHeaderText() - Method in class com.honu.aloha.PageDescriptor
 
getImageId() - Method in class com.honu.aloha.PageDescriptor
 
getInstallVersionCode(Context) - Static method in class com.honu.aloha.WelcomeHelper
Returns the version code of the currently running app
getItem(int) - Method in class com.honu.aloha.ScreenSlidePagerAdapter
 
getLastRunVersionCode(Context) - Static method in class com.honu.aloha.WelcomeHelper
Returns the last known version code of app as stored by a shared preference
getSharedPreferenceInt(Context, String) - Static method in class com.honu.aloha.WelcomeHelper
Return int value of shared preference specifies by key

H

headerText - Variable in class com.honu.aloha.PageDescriptor
 

I

imageId - Variable in class com.honu.aloha.PageDescriptor
 
isWelcomeRequired(Context) - Static method in class com.honu.aloha.WelcomeHelper
Used to determine whether your main activity should display the welcome activity first.

M

mDoneButton - Variable in class com.honu.aloha.BaseWelcomeActivity
 
mIsOpaque - Variable in class com.honu.aloha.BaseWelcomeActivity
 
mNextButton - Variable in class com.honu.aloha.BaseWelcomeActivity
 
mPageIndicator - Variable in class com.honu.aloha.BaseWelcomeActivity
 
mPagerAdapter - Variable in class com.honu.aloha.BaseWelcomeActivity
 
mSkipButton - Variable in class com.honu.aloha.BaseWelcomeActivity
 
mViewPager - Variable in class com.honu.aloha.BaseWelcomeActivity
 

N

newInstance() - Static method in class com.honu.aloha.ScreenSlidePagerAdapter.TransparentFragment
 
newInstance(PageDescriptor) - Static method in class com.honu.aloha.WelcomeFragment
 

O

onBackPressed() - Method in class com.honu.aloha.BaseWelcomeActivity
 
onCreate(Bundle) - Method in class com.honu.aloha.BaseWelcomeActivity
 
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.honu.aloha.ScreenSlidePagerAdapter.TransparentFragment
 
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.honu.aloha.WelcomeFragment
 
onDestroy() - Method in class com.honu.aloha.BaseWelcomeActivity
 

P

PageDescriptor - Class in com.honu.aloha
Used with WelcomeFragment to create custom pages using the same layout file.
PageDescriptor(int, int, int, int) - Constructor for class com.honu.aloha.PageDescriptor
 
PREF_LAST_RUN_VERSION_CODE - Static variable in class com.honu.aloha.WelcomeHelper
 
putSharedPreferenceInt(Context, String, int) - Static method in class com.honu.aloha.WelcomeHelper
Sets a shared preference key to specified int value

S

ScreenSlidePagerAdapter - Class in com.honu.aloha
Created by bdiegel on 6/22/15.
ScreenSlidePagerAdapter(FragmentManager) - Constructor for class com.honu.aloha.ScreenSlidePagerAdapter
 
ScreenSlidePagerAdapter.TransparentFragment - Class in com.honu.aloha
 
setAlwaysShowWelcome(boolean) - Static method in class com.honu.aloha.WelcomeHelper
Flag to set if you want isWelcomeRequired to always return true.
setBackgroundColor(int) - Method in class com.honu.aloha.PageDescriptor
 
setContentText(int) - Method in class com.honu.aloha.PageDescriptor
 
setHeaderText(int) - Method in class com.honu.aloha.PageDescriptor
 
setImageId(int) - Method in class com.honu.aloha.PageDescriptor
 
setLastRunVersionCode(Context, int) - Static method in class com.honu.aloha.WelcomeHelper
Stores the specified version code in a shared preference

T

transformPage(View, float) - Method in class com.honu.aloha.CrossfadePageTransformer
 
TransparentFragment() - Constructor for class com.honu.aloha.ScreenSlidePagerAdapter.TransparentFragment
 

U

updatetLastRunVersionCode(Context) - Static method in class com.honu.aloha.WelcomeHelper
 

W

WelcomeFragment - Class in com.honu.aloha
 
WelcomeFragment() - Constructor for class com.honu.aloha.WelcomeFragment
 
WelcomeHelper - Class in com.honu.aloha
Utility functions to help with determining if the welcome activity should be displayed.
WelcomeHelper() - Constructor for class com.honu.aloha.WelcomeHelper
 
A B C G H I M N O P S T U W 
Skip navigation links