app / com.ocean.ishareeconomy_android.login / LoginFragment

LoginFragment

class LoginFragment : Fragment

Part of login.

Fragment that supports inputs for username and password and login button

Constructors

<init>

Part of login.

LoginFragment()

Functions

onCreate

Method called when the fragment is created

fun onCreate(savedInstanceState: Bundle?): Unit

onCreateView

Method called when the view is created

fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View?