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
254
questions and find answers to
73
problems.
Stats
4.0k
EtPoint
1.1k
Vote count
254
questions
73
answers
About
Android Design, Development and Deployment
Elye questions
Do we still need LiveData in Jetpack Compose, or we can just use Compose State?
How can I exclude all Jetpack Compose's Preview functions from Jacoco report?
Command line to get what programming language are used in a github repository
For JetpackCompose, can we create our Composable Function in another library?
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)..."
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