TextView and EditText based Android interview questions and answers

How to make a TextView to be editable?

A) Either set its attribute editable =’true’ or Use EditText class instead of TextView class

Comments

Popular posts from this blog

Jetpack Compose based Android interview and questions

Null safety based Kotlin interview questions and answers

CustomView based Android interview questions and answers