Package com.tomtom.ivi.platform.frontend.api.common.adaptiveness

Types

Link copied to clipboard
class AdaptiveFragmentHelper<T : Enum<T>>(    fragment: Fragment,     viewVariantSelector: (widthPx: Int, heightPx: Int) -> T,     viewFactoryProvider: (T) -> IviFragment.ViewFactory<*>)

A helper class for fragments that change their view depending on the size that it's given, offering an adaptive UI.