Skip to content

Instantly share code, notes, and snippets.

@sliskiCode
Last active August 21, 2017 14:23
Show Gist options
  • Save sliskiCode/60d00fe37d6cc1e7fa4a830283161b20 to your computer and use it in GitHub Desktop.
Save sliskiCode/60d00fe37d6cc1e7fa4a830283161b20 to your computer and use it in GitHub Desktop.
7 things you probably don’t know about Kotlin #2
import android.view.View as AndroidView // Named import
class UserInfoFragment : Fragment(), View {
override fun onCreateView(inflater: LayoutInflater,
container: ViewGroup?,
state: Bundle?): AndroidView = // Using named import
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment