```public class MainActivity extends Activity impl...
# android
w
Copy code
public class MainActivity extends Activity implements SurfaceTextureListener
r
public class MainActivity : Activity(), SurfaceTextureListener
g
also #getting-started is better channel for such questions
2
And I would just recommend to read Kotlin reference, it’s very well written and easy to understand https://kotlinlang.org/docs/reference/
4