Hi I'm new to Android development and I have to create a navigation drawer with different items on it.
The first row should contain a
Button
. The next three rows should contain
TexViews
, and the last row should contain an
EditText
I'm gone as far as creating the layout but I haven't the idea of how to call that inside the adapter.