Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
IR42
IR42 has asked
2
questions and find answers to
50
problems.
Stats
2.3k
EtPoint
920
Vote count
2
questions
50
answers
About
FooBar42
IR42 questions
What's the point of using LiveData in ViewModel if I can use Flow and StateFlow with lifecycleScope \ viewLifecycleOwner.lifecycleScope
IR42 answers
Derive function reference from a generic extension function/method in Kotlin
Kotlin function that returns 0 for negative values and the same value for positive ones
Kotlin-idiomatic way to add an item to a list in a map
Databinding - Lambda expression must be resolved to its setter first to get the type
Get all instances of an interface with Dagger Hilt
Hilt - How to inject ViewModel interface?
Kotlin - Unique Characters in String
error: [Dagger/MissingBinding] Map<Class<? extends ViewModel>, Provider<ViewModel>> cannot be provided without an @Provides-annotated method
How to lazily iterate a large (larger than memory) kotlin sequence using coroutines
Generic Constraint of Multiple Types