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

A

animateButtons(boolean) - Method in class com.stephentuso.welcome.WelcomeConfiguration.Builder
Set whether or not the buttons fade out/in when changing visibilty
applyParallaxEffect(View, boolean, int, float, float) - Static method in class com.stephentuso.welcome.WelcomeUtils
Apply a parallax effect to a View/ViewGroup

B

backButtonNavigatesPages(boolean) - Method in class com.stephentuso.welcome.WelcomeConfiguration.Builder
Set whether or not pressing the back button will move to the previous page in the welcome screen.
backButtonSkips(boolean) - Method in class com.stephentuso.welcome.WelcomeConfiguration.Builder
Only applies if skipping is allowed.
background(int) - Method in class com.stephentuso.welcome.WelcomePage
 
background(BackgroundColor) - Method in class com.stephentuso.welcome.WelcomePage
 
BackgroundColor - Class in com.stephentuso.welcome
Created by stephentuso on 11/15/15.
BackgroundColor(int) - Constructor for class com.stephentuso.welcome.BackgroundColor
 
BackgroundColor(Integer, int) - Constructor for class com.stephentuso.welcome.BackgroundColor
 
BasicPage - Class in com.stephentuso.welcome
A page with a large image, header, and description Created by stephentuso on 10/11/16.
BasicPage(int, String, String) - Constructor for class com.stephentuso.welcome.BasicPage
A page with a large image, header, and description
bottomLayout(WelcomeConfiguration.BottomLayout) - Method in class com.stephentuso.welcome.WelcomeConfiguration.Builder
Set the bottom layout to be used
build() - Method in class com.stephentuso.welcome.WelcomeConfiguration.Builder
Builds the configuration
Builder(Context) - Constructor for class com.stephentuso.welcome.WelcomeConfiguration.Builder
Creates a new Builder

C

cancelWelcomeScreen() - Method in class com.stephentuso.welcome.WelcomeActivity
Closes the activity, doesn't save as completed.
canScrollToNextPage() - Method in class com.stephentuso.welcome.WelcomeActivity
 
canScrollToPreviousPage() - Method in class com.stephentuso.welcome.WelcomeActivity
 
canSkip(boolean) - Method in class com.stephentuso.welcome.WelcomeConfiguration.Builder
Sets whether or not the welcome screen can be skipped.
com.stephentuso.welcome - package com.stephentuso.welcome
 
completeWelcomeScreen() - Method in class com.stephentuso.welcome.WelcomeActivity
Closes the activity and saves it as completed.
configuration() - Method in class com.stephentuso.welcome.WelcomeActivity
 
createFragment(int) - Method in class com.stephentuso.welcome.WelcomeConfiguration
Creates the fragment at the specified index
createFragment() - Method in class com.stephentuso.welcome.WelcomePage
 

D

DEFAULT_WELCOME_SCREEN_REQUEST - Static variable in class com.stephentuso.welcome.WelcomeHelper
 
defaultBackgroundColor(int) - Method in class com.stephentuso.welcome.WelcomeConfiguration.Builder
Set the color to be used when no background color is specified for a page Default is colorPrimary if available (support library or lollipop+), otherwise material blue 600
defaultBackgroundColor(BackgroundColor) - Method in class com.stephentuso.welcome.WelcomeConfiguration.Builder
Set the color to be used when no background color is specified for a page.
defaultDescriptionTypefacePath(String) - Method in class com.stephentuso.welcome.WelcomeConfiguration.Builder
Set the path to a typeface (in assets) to be used by default for descriptions
defaultHeaderTypefacePath(String) - Method in class com.stephentuso.welcome.WelcomeConfiguration.Builder
Set the path to a typeface (in assets) to be used by default for headers
defaultTitleTypefacePath(String) - Method in class com.stephentuso.welcome.WelcomeConfiguration.Builder
Set the path to a typeface (in assets) to be used by default for titles
descriptionColor(int) - Method in class com.stephentuso.welcome.BasicPage
Set the color of the header
descriptionColor(int) - Method in class com.stephentuso.welcome.ParallaxPage
Set the color of the header
descriptionColorResource(Context, int) - Method in class com.stephentuso.welcome.BasicPage
Set the color of the description from a color resource id
descriptionColorResource(Context, int) - Method in class com.stephentuso.welcome.ParallaxPage
Set the color of the description from a color resource id
descriptionTypeface(String) - Method in class com.stephentuso.welcome.BasicPage
Set the typeface of the description
descriptionTypefacePath(String) - Method in class com.stephentuso.welcome.ParallaxPage
Set the typeface of the description
doneButtonTypefacePath(String) - Method in class com.stephentuso.welcome.WelcomeConfiguration.Builder
Set the path to a typeface (in assets) to be used for the done button

E

equals(Object) - Method in class com.stephentuso.welcome.BackgroundColor
 
exitAnimation(int) - Method in class com.stephentuso.welcome.WelcomeConfiguration.Builder
Set the animation that is used when the welcome screen closes

F

finish() - Method in class com.stephentuso.welcome.WelcomeFinisher
Completes the welcome screen the provided fragment is a part of.
firstPageIndex() - Method in class com.stephentuso.welcome.WelcomeConfiguration
Get the index of the first page, dependent on if the layout is RTL
firstParallaxFactor(float) - Method in class com.stephentuso.welcome.FullscreenParallaxPage
The factor that the first item in the layout should move, relative to the movement of the page.
firstParallaxFactor(float) - Method in class com.stephentuso.welcome.ParallaxPage
The factor that the first item in the layout should move, relative to the movement of the page.
forceShow() - Method in class com.stephentuso.welcome.WelcomeHelper
Always shows the welcome screen
forceShow(int) - Method in class com.stephentuso.welcome.WelcomeHelper
Always show the welcome screen
fragment() - Method in class com.stephentuso.welcome.BasicPage
 
fragment() - Method in class com.stephentuso.welcome.FullscreenParallaxPage
 
fragment() - Method in class com.stephentuso.welcome.ParallaxPage
 
fragment() - Method in class com.stephentuso.welcome.TitlePage
 
fragment() - Method in class com.stephentuso.welcome.WelcomePage
 
FragmentWelcomePage - Class in com.stephentuso.welcome
Created by stephentuso on 10/11/16.
FragmentWelcomePage() - Constructor for class com.stephentuso.welcome.FragmentWelcomePage
 
FullscreenParallaxPage - Class in com.stephentuso.welcome
A page that applies a parallax effect to the supplied layout.
FullscreenParallaxPage(int) - Constructor for class com.stephentuso.welcome.FullscreenParallaxPage
A page that applies a parallax effect to the supplied layout.

G

getAnimateButtons() - Method in class com.stephentuso.welcome.WelcomeConfiguration
Whether or not buttons should animate
getBackButtonNavigatesPages() - Method in class com.stephentuso.welcome.WelcomeConfiguration
Whether or not back button should navigate through pages
getBackButtonSkips() - Method in class com.stephentuso.welcome.WelcomeConfiguration
Whether or not back button should skip
getBackgroundColor(Context, int) - Method in class com.stephentuso.welcome.WelcomePageList
 
getBackgroundColors() - Method in class com.stephentuso.welcome.WelcomeConfiguration
Get the background colors for the pages
getBackgroundColors(Context) - Method in class com.stephentuso.welcome.WelcomePageList
 
getBottomLayoutResId() - Method in class com.stephentuso.welcome.WelcomeConfiguration
Get the layout res to be used for bottom of the welcome screen
getCanSkip() - Method in class com.stephentuso.welcome.WelcomeConfiguration
True if can skip, false if not
getContext() - Method in class com.stephentuso.welcome.WelcomeConfiguration
Get context
getDefaultBackgroundColor() - Method in class com.stephentuso.welcome.WelcomeConfiguration
Get the default background color
getDefaultDescriptionTypefacePath() - Method in class com.stephentuso.welcome.WelcomeConfiguration
Default typeface path for descriptions
getDefaultHeaderTypefacePath() - Method in class com.stephentuso.welcome.WelcomeConfiguration
Default typeface path for headers
getDefaultTitleTypefacePath() - Method in class com.stephentuso.welcome.WelcomeConfiguration
Default typeface path for titles
getDoneButtonTypefacePath() - Method in class com.stephentuso.welcome.WelcomeConfiguration
Typeface path for done button
getExitAnimation() - Method in class com.stephentuso.welcome.WelcomeConfiguration
Get the resource id of the exit animation
getFragment(int) - Method in class com.stephentuso.welcome.WelcomeConfiguration
Get the fragment at the specified index
getFragment() - Method in class com.stephentuso.welcome.WelcomePage
 
getFragment(int) - Method in class com.stephentuso.welcome.WelcomePageList
 
getKey(Class<? extends WelcomeActivity>) - Static method in class com.stephentuso.welcome.WelcomeUtils
 
getNextPageIndex() - Method in class com.stephentuso.welcome.WelcomeActivity
 
getPages() - Method in class com.stephentuso.welcome.WelcomeConfiguration
 
getPreviousPageIndex() - Method in class com.stephentuso.welcome.WelcomeActivity
 
getShowActionBarBackButton() - Method in class com.stephentuso.welcome.WelcomeConfiguration
Whether or not the action bar back button should be shown
getShowNextButton() - Method in class com.stephentuso.welcome.WelcomeConfiguration
Whether or not the next button should be shown
getShowPrevButton() - Method in class com.stephentuso.welcome.WelcomeConfiguration
Whether or not the previous button should be shown
getSkipButtonTypefacePath() - Method in class com.stephentuso.welcome.WelcomeConfiguration
Typeface path for skip button
getSwipeToDismiss() - Method in class com.stephentuso.welcome.WelcomeConfiguration
Check if swipeToDismiss is enabled Returns false if SDK_INT is less than 11
getUseCustomDoneButton() - Method in class com.stephentuso.welcome.WelcomeConfiguration
Whether or not a custom done button should be used.

H

headerColor(int) - Method in class com.stephentuso.welcome.BasicPage
Set the color of the header
headerColor(int) - Method in class com.stephentuso.welcome.ParallaxPage
Set the color of the header
headerColorResource(Context, int) - Method in class com.stephentuso.welcome.BasicPage
Set the color of the header from a color resource id
headerColorResource(Context, int) - Method in class com.stephentuso.welcome.ParallaxPage
Set the color of the header from a color resource id
headerTypeface(String) - Method in class com.stephentuso.welcome.BasicPage
Set the typeface of the header
headerTypeface(String) - Method in class com.stephentuso.welcome.ParallaxPage
Set the typeface of the header

I

index - Variable in class com.stephentuso.welcome.WelcomePage
 
isRtl() - Method in class com.stephentuso.welcome.WelcomeConfiguration
Check if layout is RTL
isRtl - Variable in class com.stephentuso.welcome.WelcomePage
 

K

KEY_DESCRIPTION - Static variable in class com.stephentuso.welcome.WelcomeBasicFragment
 
KEY_DESCRIPTION - Static variable in class com.stephentuso.welcome.WelcomeParallaxFragment
 
KEY_DESCRIPTION_COLOR - Static variable in class com.stephentuso.welcome.WelcomeBasicFragment
 
KEY_DESCRIPTION_COLOR - Static variable in class com.stephentuso.welcome.WelcomeParallaxFragment
 
KEY_DESCRIPTION_TYPEFACE_PATH - Static variable in class com.stephentuso.welcome.WelcomeBasicFragment
 
KEY_DESCRIPTION_TYPEFACE_PATH - Static variable in class com.stephentuso.welcome.WelcomeParallaxFragment
 
KEY_DRAWABLE_ID - Static variable in class com.stephentuso.welcome.WelcomeBasicFragment
 
KEY_END_FACTOR - Static variable in class com.stephentuso.welcome.WelcomeFullScreenParallaxFragment
 
KEY_END_FACTOR - Static variable in class com.stephentuso.welcome.WelcomeParallaxFragment
 
KEY_HEADER_COLOR - Static variable in class com.stephentuso.welcome.WelcomeBasicFragment
 
KEY_HEADER_COLOR - Static variable in class com.stephentuso.welcome.WelcomeParallaxFragment
 
KEY_HEADER_TYPEFACE_PATH - Static variable in class com.stephentuso.welcome.WelcomeBasicFragment
 
KEY_HEADER_TYPEFACE_PATH - Static variable in class com.stephentuso.welcome.WelcomeParallaxFragment
 
KEY_LAYOUT_ID - Static variable in class com.stephentuso.welcome.WelcomeFullScreenParallaxFragment
 
KEY_LAYOUT_ID - Static variable in class com.stephentuso.welcome.WelcomeParallaxFragment
 
KEY_PARALLAX_RECURSIVE - Static variable in class com.stephentuso.welcome.WelcomeFullScreenParallaxFragment
 
KEY_PARALLAX_RECURSIVE - Static variable in class com.stephentuso.welcome.WelcomeParallaxFragment
 
KEY_SHOW_ANIM - Static variable in class com.stephentuso.welcome.WelcomeBasicFragment
 
KEY_START_FACTOR - Static variable in class com.stephentuso.welcome.WelcomeFullScreenParallaxFragment
 
KEY_START_FACTOR - Static variable in class com.stephentuso.welcome.WelcomeParallaxFragment
 
KEY_TITLE - Static variable in class com.stephentuso.welcome.WelcomeBasicFragment
 
KEY_TITLE - Static variable in class com.stephentuso.welcome.WelcomeParallaxFragment
 
KEY_XML_ID - Static variable in class com.stephentuso.welcome.WelcomePreferenceFragment
 

L

lastPageIndex() - Method in class com.stephentuso.welcome.WelcomeConfiguration
Get the index of the last page, dependent on if the layout is RTL
lastParallaxFactor(float) - Method in class com.stephentuso.welcome.FullscreenParallaxPage
The factor that the last item in the layout should move, relative to the movement of the page.
lastParallaxFactor(float) - Method in class com.stephentuso.welcome.ParallaxPage
The factor that the last item in the layout should move, relative to the movement of the page.
lastViewablePageIndex() - Method in class com.stephentuso.welcome.WelcomeConfiguration
Get the index of the last viewable page, dependent on if the layout is RTL

N

newInstance(int, String, String, boolean, String, String, int, int) - Static method in class com.stephentuso.welcome.WelcomeBasicFragment
 
newInstance(int, float, float, boolean) - Static method in class com.stephentuso.welcome.WelcomeFullScreenParallaxFragment
 
newInstance(int, String, String, float, float, boolean, String, String, int, int) - Static method in class com.stephentuso.welcome.WelcomeParallaxFragment
 
newInstance(int) - Static method in class com.stephentuso.welcome.WelcomePreferenceFragment
 
newInstance(int, String, boolean, String, int) - Static method in class com.stephentuso.welcome.WelcomeTitleFragment
Use this factory method to create a new instance of this fragment using the provided parameters.
NO_ANIMATION_SET - Static variable in class com.stephentuso.welcome.WelcomeConfiguration
 

O

onBackPressed() - Method in class com.stephentuso.welcome.WelcomeActivity
 
onButtonBarFirstPressed() - Method in class com.stephentuso.welcome.WelcomeActivity
Called when the first (left in LTR layout direction) button is pressed when using the button bar bottom layout
onButtonBarSecondPressed() - Method in class com.stephentuso.welcome.WelcomeActivity
Called when the second (right in LTR layout direction) button is pressed when using the button bar bottom layout
onCreate(Bundle) - Method in class com.stephentuso.welcome.WelcomeActivity
 
onCreate(Bundle) - Method in class com.stephentuso.welcome.WelcomePreferenceFragment
 
onCreatePreferences(Bundle, String) - Method in class com.stephentuso.welcome.WelcomePreferenceFragment
 
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.stephentuso.welcome.WelcomeBasicFragment
 
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.stephentuso.welcome.WelcomeFullScreenParallaxFragment
 
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.stephentuso.welcome.WelcomeParallaxFragment
 
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.stephentuso.welcome.WelcomeTitleFragment
 
onDestroy() - Method in class com.stephentuso.welcome.WelcomeActivity
 
onOptionsItemSelected(MenuItem) - Method in class com.stephentuso.welcome.WelcomeActivity
 
onPageScrolled(int, float, int) - Method in class com.stephentuso.welcome.WelcomeBackgroundView
 
onPageScrolled(int, float, int) - Method in class com.stephentuso.welcome.WelcomePage
 
onPageScrolled(int, float, int) - Method in class com.stephentuso.welcome.WelcomePageList
 
onPageScrollStateChanged(int) - Method in class com.stephentuso.welcome.WelcomeBackgroundView
 
onPageScrollStateChanged(int) - Method in class com.stephentuso.welcome.WelcomePage
 
onPageScrollStateChanged(int) - Method in class com.stephentuso.welcome.WelcomePageList
 
onPageSelected(int) - Method in class com.stephentuso.welcome.WelcomeBackgroundView
 
onPageSelected(int) - Method in class com.stephentuso.welcome.WelcomePage
 
onPageSelected(int) - Method in class com.stephentuso.welcome.WelcomePageList
 
onSaveInstanceState(Bundle) - Method in class com.stephentuso.welcome.WelcomeHelper
 
onStart() - Method in class com.stephentuso.welcome.WelcomeFullScreenParallaxFragment
 
onStart() - Method in class com.stephentuso.welcome.WelcomeParallaxFragment
 
onViewCreated(View, Bundle) - Method in class com.stephentuso.welcome.WelcomeTitleFragment
 
onWelcomeScreenPageScrolled(int, float, int) - Method in class com.stephentuso.welcome.WelcomeBasicFragment
 
onWelcomeScreenPageScrolled(int, float, int) - Method in class com.stephentuso.welcome.WelcomeFullScreenParallaxFragment
 
onWelcomeScreenPageScrolled(int, float, int) - Method in interface com.stephentuso.welcome.WelcomePage.OnChangeListener
Called when this page is coming into view
onWelcomeScreenPageScrolled(int, float, int) - Method in class com.stephentuso.welcome.WelcomeParallaxFragment
 
onWelcomeScreenPageScrolled(int, float, int) - Method in class com.stephentuso.welcome.WelcomeTitleFragment
 
onWelcomeScreenPageScrollStateChanged(int, int) - Method in class com.stephentuso.welcome.WelcomeBasicFragment
 
onWelcomeScreenPageScrollStateChanged(int, int) - Method in class com.stephentuso.welcome.WelcomeFullScreenParallaxFragment
 
onWelcomeScreenPageScrollStateChanged(int, int) - Method in interface com.stephentuso.welcome.WelcomePage.OnChangeListener
Called when the scroll state of the ViewPager changes
onWelcomeScreenPageScrollStateChanged(int, int) - Method in class com.stephentuso.welcome.WelcomeParallaxFragment
 
onWelcomeScreenPageScrollStateChanged(int, int) - Method in class com.stephentuso.welcome.WelcomeTitleFragment
 
onWelcomeScreenPageSelected(int, int) - Method in class com.stephentuso.welcome.WelcomeBasicFragment
 
onWelcomeScreenPageSelected(int, int) - Method in class com.stephentuso.welcome.WelcomeFullScreenParallaxFragment
 
onWelcomeScreenPageSelected(int, int) - Method in interface com.stephentuso.welcome.WelcomePage.OnChangeListener
Called when the selected page changes
onWelcomeScreenPageSelected(int, int) - Method in class com.stephentuso.welcome.WelcomeParallaxFragment
 
onWelcomeScreenPageSelected(int, int) - Method in class com.stephentuso.welcome.WelcomeTitleFragment
 

P

page(WelcomePage) - Method in class com.stephentuso.welcome.WelcomeConfiguration.Builder
Adds a page, uses the default background color
pageCount() - Method in class com.stephentuso.welcome.WelcomeConfiguration
Get the total number of pages, will be +1 if swipeToDismiss is enabled
parallax(boolean) - Method in class com.stephentuso.welcome.BasicPage
Whether or not a parallax effect should be shown.
parallax(boolean) - Method in class com.stephentuso.welcome.TitlePage
Whether or not a parallax effect should be shown.
ParallaxPage - Class in com.stephentuso.welcome
A page with a title and description that applies a parallax effect to the supplied layout.
ParallaxPage(int, String, String) - Constructor for class com.stephentuso.welcome.ParallaxPage
A page with a title and description that applies a parallax effect to the supplied layout.

R

recursive(boolean) - Method in class com.stephentuso.welcome.FullscreenParallaxPage
Whether or not the parallax effect should be recursive.
recursive(boolean) - Method in class com.stephentuso.welcome.ParallaxPage
Whether or not the parallax effect should be recursive.
removeWelcomeCompleted(Context, String) - Static method in class com.stephentuso.welcome.WelcomeSharedPreferencesHelper
 
reversePageOrder() - Method in class com.stephentuso.welcome.WelcomePageList
 

S

setup(WelcomeConfiguration) - Method in class com.stephentuso.welcome.BasicPage
 
setup(WelcomeConfiguration) - Method in class com.stephentuso.welcome.ParallaxPage
 
setup(WelcomeConfiguration) - Method in class com.stephentuso.welcome.TitlePage
 
setup(WelcomeConfiguration) - Method in class com.stephentuso.welcome.WelcomeBackgroundView
 
setup(WelcomeConfiguration) - Method in class com.stephentuso.welcome.WelcomePage
 
setup(WelcomeConfiguration) - Method in class com.stephentuso.welcome.WelcomePageList
 
setup(WelcomeConfiguration) - Method in class com.stephentuso.welcome.WelcomeViewPagerIndicator
 
show(Bundle) - Method in class com.stephentuso.welcome.WelcomeHelper
Shows the welcome screen if it hasn't already been started or completed yet
show(Bundle, int) - Method in class com.stephentuso.welcome.WelcomeHelper
Shows the welcome screen if it hasn't already been started or completed yet
showActionBarBackButton(boolean) - Method in class com.stephentuso.welcome.WelcomeConfiguration.Builder
If the action bar is enabled, setting this to true will cause the back button to be shown.
showNextButton(boolean) - Method in class com.stephentuso.welcome.WelcomeConfiguration.Builder
Set the visibility of the next button
showPrevButton(boolean) - Method in class com.stephentuso.welcome.WelcomeConfiguration.Builder
Sets the visibility of the previous button (navigates back through the pages).
skipButtonTypefacePath(String) - Method in class com.stephentuso.welcome.WelcomeConfiguration.Builder
Set the path to a typeface (in assets) to be used for the skip button
storeWelcomeCompleted(Context, String) - Static method in class com.stephentuso.welcome.WelcomeSharedPreferencesHelper
 
swipeToDismiss(boolean) - Method in class com.stephentuso.welcome.WelcomeConfiguration.Builder
Enables or disables swipe to dismiss (disabled by default)

T

titleColor(int) - Method in class com.stephentuso.welcome.TitlePage
Set the color of the title
titleColorResource(Context, int) - Method in class com.stephentuso.welcome.TitlePage
Set the color of the title from a color resource id
TitlePage - Class in com.stephentuso.welcome
A page with a large title and an image Created by stephentuso on 10/11/16.
TitlePage(int, String) - Constructor for class com.stephentuso.welcome.TitlePage
A page with a large title and an image
titleTypeface(String) - Method in class com.stephentuso.welcome.TitlePage
Set the typeface of the title
totalPages - Variable in class com.stephentuso.welcome.WelcomePage
 

U

useCustomDoneButton(boolean) - Method in class com.stephentuso.welcome.WelcomeConfiguration.Builder
Indicate that a done button is going to be provided in a custom fragment.

V

value() - Method in class com.stephentuso.welcome.BackgroundColor
 
valueOf(String) - Static method in enum com.stephentuso.welcome.WelcomeConfiguration.BottomLayout
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.stephentuso.welcome.WelcomeConfiguration.BottomLayout
Returns an array containing the constants of this enum type, in the order they are declared.
viewablePageCount() - Method in class com.stephentuso.welcome.WelcomeConfiguration
Get the number of viewable pages, not affected by swipeToDismiss
viewPager - Variable in class com.stephentuso.welcome.WelcomeActivity
 

W

WELCOME_SCREEN_KEY - Static variable in class com.stephentuso.welcome.WelcomeActivity
 
WelcomeActivity - Class in com.stephentuso.welcome
 
WelcomeActivity() - Constructor for class com.stephentuso.welcome.WelcomeActivity
 
WelcomeBackgroundView - Class in com.stephentuso.welcome
Created by stephentuso on 11/16/15.
WelcomeBackgroundView(Context) - Constructor for class com.stephentuso.welcome.WelcomeBackgroundView
 
WelcomeBackgroundView(Context, AttributeSet) - Constructor for class com.stephentuso.welcome.WelcomeBackgroundView
 
WelcomeBackgroundView(Context, AttributeSet, int) - Constructor for class com.stephentuso.welcome.WelcomeBackgroundView
 
WelcomeBasicFragment - Class in com.stephentuso.welcome
Created by stephentuso on 11/15/15.
WelcomeBasicFragment() - Constructor for class com.stephentuso.welcome.WelcomeBasicFragment
 
WelcomeConfiguration - Class in com.stephentuso.welcome
Created by stephentuso on 11/15/15.
WelcomeConfiguration(WelcomeConfiguration.Builder) - Constructor for class com.stephentuso.welcome.WelcomeConfiguration
 
WelcomeConfiguration.BottomLayout - Enum in com.stephentuso.welcome
 
WelcomeConfiguration.Builder - Class in com.stephentuso.welcome
 
WelcomeFinisher - Class in com.stephentuso.welcome
Created by stephentuso on 1/22/16.
WelcomeFinisher(Fragment) - Constructor for class com.stephentuso.welcome.WelcomeFinisher
 
WelcomeFullScreenParallaxFragment - Class in com.stephentuso.welcome
Created by stephentuso on 1/24/16.
WelcomeFullScreenParallaxFragment() - Constructor for class com.stephentuso.welcome.WelcomeFullScreenParallaxFragment
 
WelcomeHelper - Class in com.stephentuso.welcome
Created by stephentuso on 11/15/15.
WelcomeHelper(Activity, Class<? extends WelcomeActivity>) - Constructor for class com.stephentuso.welcome.WelcomeHelper
 
WelcomePage<T extends WelcomePage> - Class in com.stephentuso.welcome
Created by stephentuso on 11/15/15.
WelcomePage() - Constructor for class com.stephentuso.welcome.WelcomePage
 
WelcomePage.OnChangeListener - Interface in com.stephentuso.welcome
Interface to be implemented by fragments that are part of a WelcomeActivity
WelcomePageList - Class in com.stephentuso.welcome
Created by stephentuso on 11/15/15.
WelcomePageList(WelcomePage...) - Constructor for class com.stephentuso.welcome.WelcomePageList
 
WelcomeParallaxFragment - Class in com.stephentuso.welcome
Created by stephentuso on 1/23/16.
WelcomeParallaxFragment() - Constructor for class com.stephentuso.welcome.WelcomeParallaxFragment
 
WelcomePreferenceFragment - Class in com.stephentuso.welcome
Created by stephentuso on 11/16/15.
WelcomePreferenceFragment() - Constructor for class com.stephentuso.welcome.WelcomePreferenceFragment
 
welcomeScreenCompleted(Context, String) - Static method in class com.stephentuso.welcome.WelcomeSharedPreferencesHelper
 
WelcomeSharedPreferencesHelper - Class in com.stephentuso.welcome
Created by stephentuso on 11/15/15.
WelcomeSharedPreferencesHelper() - Constructor for class com.stephentuso.welcome.WelcomeSharedPreferencesHelper
 
WelcomeTitleFragment - Class in com.stephentuso.welcome
A simple fragment that shows an image and a title.
WelcomeTitleFragment() - Constructor for class com.stephentuso.welcome.WelcomeTitleFragment
 
WelcomeUtils - Class in com.stephentuso.welcome
Created by stephentuso on 12/16/15.
WelcomeUtils() - Constructor for class com.stephentuso.welcome.WelcomeUtils
 
WelcomeViewPagerIndicator - Class in com.stephentuso.welcome
Created by stephentuso on 11/16/15.
WelcomeViewPagerIndicator(Context) - Constructor for class com.stephentuso.welcome.WelcomeViewPagerIndicator
 
WelcomeViewPagerIndicator(Context, AttributeSet) - Constructor for class com.stephentuso.welcome.WelcomeViewPagerIndicator
 
WelcomeViewPagerIndicator(Context, AttributeSet, int) - Constructor for class com.stephentuso.welcome.WelcomeViewPagerIndicator
 
A B C D E F G H I K L N O P R S T U V W 
Skip navigation links