Skip to content
View EmmanuelGuther's full-sized avatar
😃
😃

Block or report EmmanuelGuther

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. An example to how implements a butto... An example to how implements a button Onclick in Kotlin - Android Fragment
    1
    class ExmpleFragment : Fragment(), View.OnClickListener {
    2
    
                  
    3
        override fun onCreateView(inflater: LayoutInflater?, container: ViewGroup?, savedInstanceState: Bundle?): View? {
    4
    
                  
    5
            val view: View = inflater!!.inflate(R.layout.fragment, container, false)