features/characters_list / com.vmadalin.dynamicfeatures.characterslist.ui.list / CharactersListFragment

CharactersListFragment

class CharactersListFragment : BaseFragment<<ERROR CLASS>, CharactersListViewModel>

View listing the all marvel characters with option to display the detail view.

See Also

BaseFragment

Constructors

<init>

View listing the all marvel characters with option to display the detail view.

CharactersListFragment()

Properties

viewAdapter

lateinit var viewAdapter: CharactersListAdapter

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