Answers for "one of the following functions can be called with the arguments supplied. maketext(context!, charsequence!, int) defined in android.widget.toast maketext(context!, int, int) defined in android.widget.toast"

0

None of the following functions can be called with the arguments supplied. makeText(Context!, CharSequence!, Int) defined in android.widget.Toast makeText(Context!, Int, Int) defined in android.widget.Toast

Toast.makeText(this@YOUR_ACTIVITY_NAME, "Clicked on  " + users.get(position).name, Toast.LENGTH_LONG).show()
Posted by: Guest on March-25-2021

Code answers related to "one of the following functions can be called with the arguments supplied. maketext(context!, charsequence!, int) defined in android.widget.toast maketext(context!, int, int) defined in android.widget.toast"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language