TextInput Layout with TextinputEdittext in AndroidX

here video about textinputlayout in androidx with android studio.
it is complete example of textinputlayout android tutorial for new android jetpack.

there are two things textinputlayout and textinputedittext implementating together.
For Android developer in android studio in older version
android.support.design.widget.textinputlayout
need to change after migrate to androidx,
currently need to implement
com.google.android.material.textfield.textinputlayout
in gradle with dependency.