class CharactersListFragment : BaseFragment<<ERROR CLASS>, CharactersListViewModel>
View listing the all marvel characters with option to display the detail view.
See Also
<init> |
View listing the all marvel characters with option to display the detail view. CharactersListFragment() |
viewAdapter |
lateinit var viewAdapter: CharactersListAdapter |
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 |