python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Android gradle custom resources
Is it possible to somehow make your own resource file so that you can receive data by analogy with strings (R.custom.field1), and at the same time all the same rules are observed as for other resource...
Андрей Шпилевой
Votes: 0
Answers: 0
Skip a parameter in MockK unit test, Kotlin
I use MockK library for unit testing.
Tested method contains strings that don't have meaning for a result. I want to check other variables, but have to define a behaviour of strings because they are u...
CoolMind
Votes: 0
Answers: 1
Android resource not found exception for dynamic feature
Hi I have created one Android application and created one dynamic feature in it. In this dynamic feature in one of the fragments, I am trying to set a custom font for text view.
ResourcesCompat.getFon...
nilkash
Votes: 0
Answers: 0
Referencing or enumerating Jetpack Compose MaterialTheme theme colors outside Composable function
I wish to provide a parameter to a @Composable function that accepts a color, but only one from a discrete list.
Something along the lines of this:
enum class SpecialColor(val color: Color) {
ALPH...
Dave
Votes: 0
Answers: 1