Closed. This question needs debugging details. It is not currently accepting answers. Edit the question to include desired behavior, a specific problem or error, and the shortest code nece
This is my code after running this piece of code, I am getting exception: fun main() { var str = "(100 + 50)/2"
I have a location geojson file as below: { "type":"FeatureCollection", "features":[
I want to connect to a specific wifi in android programmatically using kotlin. Till sdk level 28 we were using WifiManager api to connect to a specific wifi network programmatically, this is working f
i writed that button i think that code worked after view created i need work that before created view with onMesure how can i do that ?
I have a Box comsopable I want to elevate with shadow `Box(modifier = Modifier .sizeIn(100.dp) .background(Color.Magenta)) {
How can I attain this shape in Jetpack Compose? Or How do people at Samsung should have attained this shape?
I have multiple modules. I have some common classes which I use in different modules in my unit tests.
How to smooth edges, I have read many articles about anti Aliasing but did not get much helpful Can anyone share an alternative for removing background that shows good res开发者_Go百科ults?
I want to create an application that will turn on and off power saver mode within itself programmatically with on a button click using android-Kotlin.