Posts by Newtype • 11 points
1 post
-
1
votes1
answer610
viewsQ: Interfaces can be instantiated?
Hello. I know interfaces can’t be instantiated, but I came across a code that doesn’t make much sense to me. EditText nameField = (EditText) findViewById(R.id.name_field); String name =…