How can I switch from one activity to another when I click a button
I doing a tutorial to learn build android app with Kotlin but I found a problem and I have been debugging, removing code, adding code back and I cloud to find what is the problem with this
android.content.ActivityNotFoundException: Unable to find explicit
activity class
{com.application.todolist/android.support.design.button.MaterialButton};
have you declared this activity in your AndroidManifest.xml?
My AndroidManifest.xml...