AnimatedIntroFragment

class AnimatedIntroFragment : Fragment

Custom fragment for the first slide of the on-boarding activity AppTutorial.

Adds the extra functionality to display an AnimationDrawable in a slide

See also

AppIntro for more information

Constructors

AnimatedIntroFragment
Link copied to clipboard
fun AnimatedIntroFragment()

Types

Companion
Link copied to clipboard
object Companion

Companion object for creating a new instance of this fragment.

Functions

onCreate
Link copied to clipboard
open override fun onCreate(savedInstanceState: Bundle?)
onCreateView
Link copied to clipboard
open override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View?
onViewCreated
Link copied to clipboard
open override fun onViewCreated(view: View, savedInstanceState: Bundle?)

Initiates and configures all views in the fragment.

Properties

layoutResId
Link copied to clipboard
private var layoutResId: Int = 0