Join Slack
Communities
Powered by
abstract class Single implements View.OnClickListe...
# announcements
i
Ifvwm
07/12/2021, 3:48 AM
abstract class Single implements View.OnClickListener {} this java code how to use kotlin express?
s
Stephan Schroeder
07/12/2021, 7:23 AM
Copy code
abstract class Single : View.OnClickListener {}
m
Matteo Mirk
07/13/2021, 2:25 PM
You didn’t even open the official documentation, did you?
https://kotlinlang.org/docs/interfaces.html#implementing-interfaces
9
Views
Open in Slack
Previous
Next