How can an excessive number of threads negatively impact system performance?
Android
In which data processing stream is backpressure management implemented?
What does the volatile variable mean?
How to work with text and images in a delegate?
When does overload occur when using inline functions?
What are the advantages of coroutines compared to RxJava?
What, besides UI tests, can be done to check code for bugs?
Is it possible to interrupt the execution of an active task in the system?
What entities are described in the AndroidManifest.xml file?
What is the difference between Serializable and Parcelable interfaces when passing objects in Android?
Can you explain what the term 'remember' means in the context of system development or architecture?
What is the role of the Dispatcher component in the system architecture?
When does overload occur when using inline functions?
Can there be multiple catch blocks in a single try block?
How to get rid of four constructors in a custom view (CustomView)?
How would you implement a project that needs to gather different elements into one list, while excluding duplicates of the same elements?
What happens if you access a field of an object that can be null?
How does a sealed class declaration differ from a data class in Kotlin?
How can you set up a watcher for changes in LiveData?
Are there classes or objects in your experience capable of saving their state as a byte sequence for later recovery?