Please enable JavaScript.
Coggle requires JavaScript to display documents.
Components - Coggle Diagram
Components
-
-
Splash Screen
-
-
3- Handler(Looper.getMainLooper()).postDelayed({
var intent = Intent(this, ActivityLogin::class.java)
startActivity(intent)
},1000)
Toast
1 - val toast = Toast.makeText(this, getString(R.string.registrado), Toast.LENGTH_SHORT)
-
-
-
-
-
-