Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class SplashActivity : AppCompatActivity()
- {
- override fun onCreate(savedInstanceState: Bundle?)
- {
- setTheme(R.style.AppTheme_Splash)
- super.onCreate(savedInstanceState)
- startActivity(Intent(this, MainActivity::class.java))
- finish()
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment