Hi all, i would like to confirm something that has...
# android
k
Hi all, i would like to confirm something that has been bothering me. so i had an xml layout of edittext for form layout purposes. i was thinking to reuse the layout by using
<include/>
tag, it does works as it shows the edittext layout, but i can't interact at all with(like clicking to input any text, etc). so if i want to reuse the component for form layout, i can't use
<include/>
at all? or is there a better way to do this? i've read that some suggest using recyclerview, but i would like to know if there is an other way. thank you
o