class CharacterDetailFragment : BaseFragment<<ERROR CLASS>, CharacterDetailViewModel>
View detail for selected character, displaying extra info and with option to add it to favorite.
See Also
<init> |
View detail for selected character, displaying extra info and with option to add it to favorite. CharacterDetailFragment() |
progressDialog |
lateinit var progressDialog: ProgressBarDialog |
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 |