Skip to main content
Filter by
Sorted by
Tagged with
4 votes
1 answer
1k views

I wish to have an interface which has a composable function Show like this in Android project feature module A. interface AInterface { @Composable fun Show(modifier: Modifier = Modifier) } ...
mooongcle's user avatar
  • 4,227
4 votes
1 answer
4k views

When I call addTextChangedListener(textWacther) on my EditText and try to run the app, it just closes when something entered in that field. Isn't my way of enabling the button back correct? class ...
hewa jalal's user avatar
59 votes
4 answers
59k views

Getting this Error kotlin.NotImplementedError: An operation is not implemented: not implemented I am implementing an ImageButton click listener Requirement :- I want to perform an action on ...
Quick learner's user avatar