how to make a toast massage show in one fragment in android code example
Example: how to make a toast in a fragment kotlin
Toast.makeText(activity, "Toast", Toast.LENGTH_SHORT).show()
Toast.makeText(activity, "Toast", Toast.LENGTH_SHORT).show()