In the new version of android studio you will find "themes.xml" file instead of "style.xml" file. No need to create "style.xml" file, use "themes.xml" file .
@sftw Handler().postDelayed({ startActivity(Intent(this, MainActivity::class.java)) }, 5000) this code gives me an error: "Unresolved reference: Intent" What I can do?
very very very goooooood
Awesome! Your videos deserve a million likes
Thanks!
Thanks, it works
Why you not making more videos. We all are waiting!!!.
use this if the handler is deprecated
Handler(Looper.getMainLooper()).postDelayed
Can you help me? I don't have the style.xml in res->values do I need to create or it should there automatically?
In the new version of android studio you will find "themes.xml" file instead of "style.xml" file. No need to create "style.xml" file, use "themes.xml" file .
This is so great, thank you
Gracias amigo buen tutorial.
Very nice, thanks
Can you help me I have question
How can I help you?
Relative Layout is causing errors for my R.layout.activity_main
how to rid from blank screen when app is starting
I got error on "Theme. App Compact. Day Night. NoActionBar.".... What should I do
what error?
not progrozpor it's Proooooooogresssss 😂
At 9:00 There is a problem in code Change them to:
Handler().postDelayed({
startActivity(Intent(this, MainActivity::class.java))
}, 5000)
@sftw Handler().postDelayed({
startActivity(Intent(this, MainActivity::class.java))
}, 5000)
this code gives me an error: "Unresolved reference: Intent"
What I can do?
import android.content.Intent
u just need to import this class and I just realized that u asked this question 2 years ago OMG@@guillermosira