Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Elye
Elye has asked
246
questions and find answers to
73
problems.
Stats
4.0k
EtPoint
1.1k
Vote count
246
questions
73
answers
About
Android Design, Development and Deployment
Elye questions
How to get UserAgent of OkHttp 4.x?
How do I stop the swift playground for a long running process?
Can I have the Android Emulator without the Window Frame?
How can I pass a delegated mutableVariable to a Compose function?
Does Data class toString, equal etc get optimized by proguard?
How to set JRE or JDK to Java 11 for IntelliJ when I get error "compiled by a more recent version of the Java Runtime (class file version 55.0)..."
How to update an item in array with a lazy column item change?
Is there a way to merge filter and map into single operation in Kotlin?
How to define a duration elegantly in Java 7
RecyclerView item animation, onAnimationFinished called, but not onAnimationStarted. Why?
Elye answers
How to get UserAgent of OkHttp 4.x?
How do I stop the swift playground for a long running process?
Caused by: org.gradle.api.InvalidUserCodeException: Using dependency catalogs requires the activation of the matching feature preview
one button shows shadow and two don’t: I cannot tell why
What's the different between Kotlin's `as? Type` vs `as Type?`
Unresolved reference: ext when convert gradle to gradle.kts
Error:cannot access NotNull
Loading Fragment in Compose, it called commit several times
Is it possible to override the name of ENUM for Kotlin?
What's the different between aspectRatio(1f) and fillMaxSize() for JetpackCompose Modifier attribute