<How to send user to a different activity (intent ...
# stackoverflow
u
How to send user to a different activity (intent is not working) *In this code, I would like to send the user to a different activity when they hit the see more button in the dropdown menu but when I try and run the line startActivity(Intent(this,home::class.java )) I get an error that says none of the following function can be called with the argument supplied * var name:TextView var mbNum:TextView var mMenus:ImageView init{ name = v.findViewById(R.id.mTitle) mbNum =...