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

A Reusable MVVM API Call Pattern in Jetpack Compose

Most Developers Build Offline-First Apps Wrong — Here's What They Miss with Room