Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Tenfour04
Tenfour04 has asked
34
questions and find answers to
158
problems.
Stats
4.3k
EtPoint
1.3k
Vote count
34
questions
158
answers
About
I'm a hobbyist who mainly makes stuff with Libgdx and Unity in my spare time.
Tenfour04 questions
Why should viewModel() only be used at the root composable and the instance never passed?
Lock screen doesn't cause onStop() to get called
How do you get Eclipse to auto-suggest methods?
Clean way to retain CoroutineScope through config changes without ViewModel
Do we need to check that objects were actually allocated?
What happens to an activity's threads and views when it's destroyed?
Optimization: what are sidetable_release() and sidetable_retain()?
Does atomic actually mean anything for a synthesized primitive?
OpenGL ES 1.1: How to change texture color without losing luminance?
Is reflection necessary if I use "if (android.os.Build.VERSION.SDK_INT>=11)"
Tenfour04 answers
Requesting advice on Android Kotlin audio frequency analysis for a visualizer
Kotlin SharedFlow - how to subscribe?
When I should use Flow, and when should I use Corountines?
How can I create an ArrayList of n elements in Kotlin?
Kotlin backing property in Android ViewModel
How to check Kotlin coroutine job.isActive in the calling method
How do I modify Kotlin Flow distinctUntilChanged to add an expiry time
Is it necessary to define the functions inside the DAO as suspend?
coroutine callback when running job is longer than 10 seconds
Implementing CoroutineScope in ViewModel