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

Activity & Intent Interview question and Answer

Kotlin Some important unsorted interview questions and answers

A Reusable MVVM API Call Pattern in Jetpack Compose