class LoginFragment : Fragment
Part of login.
Fragment that supports inputs for username and password and login button
<init> |
Part of login. LoginFragment() |
onCreate |
Method called when the fragment is created fun onCreate(: Bundle?): Unit |
onCreateView |
Method called when the view is created fun onCreateView(: LayoutInflater, : ViewGroup?, : Bundle?): View? |