I am seeing these TextInputLayout
and TextInputEditText
, but since I am developing I noticed that the capabilities of these two methods can be used by EditText
only.
I researched about EditText
, and it only says that the advantage of TextInputLayout
and TextInputEditText
is that you can put a hint on it. EditText
alone can also now use hint.
So I am wondering if I can just use EditText
rather than use the two methods. Also, TextInputLayout
and TextInputEditText
is not anymore showing in the IntelliSense.
I am currently using Android Studio 3.0