features/characters_favorites / com.vmadalin.dynamicfeatures.charactersfavorites.ui.favorite / CharactersFavoriteFragment

CharactersFavoriteFragment

class CharactersFavoriteFragment : BaseFragment<<ERROR CLASS>, CharactersFavoriteViewModel>

View listing the added favorite characters with option to remove element by swiping.

See Also

BaseFragment

Constructors

<init>

View listing the added favorite characters with option to remove element by swiping.

CharactersFavoriteFragment()

Properties

viewAdapter

lateinit var viewAdapter: CharactersFavoriteAdapter

Functions

onInitDataBinding

Initialize view data binding variables.

fun onInitDataBinding(): Unit

onInitDependencyInjection

Initialize dagger injection dependency graph.

fun onInitDependencyInjection(): Unit

onViewCreated

Called to have the fragment instantiate its user interface view.

fun onViewCreated(view: View, savedInstanceState: Bundle?): Unit