yes .. ``` override fun onCreateView(inflate...
# android
d
yes ..
Copy code
override fun onCreateView(inflater: LayoutInflater?, container: ViewGroup?, savedInstanceState: Bundle?): View? {
        return FragmentUI().createView(AnkoContext.create(context, this))
    }