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

Kotlin Some important unsorted interview questions and answers

Build Bigger Android Apps, Faster: Why Git LFS Is a Game-Changer for Large Assets

Material Design Components based Android interview questions and answers