What is the difference between a fragment's lifecycle and an Activity's lifecycle?
Android
Tell me about the companion object in Kotlin.
What navigation methods in Android do you know?
How to understand from Activity that it has been destroyed?
Have you worked with DataStore Preferences?
What are the implementations of collections in Java for Android?
Why is PendingIntent used instead of a regular Intent?
How can memory leaks be detected in a project?
What is soft-code?
What is an Activity in Android and what is it used for?
Why is the @CallSuper annotation needed?
What is modularity in the context of Android application development?
Tell me about Dagger annotations @Provides and @Binds
What does the windowSoftInputMode parameter mean in Android?
What is serialization in the context of Android development?
What is used for network operations in Android?
What is a LifecycleOwner?
What is the conceptual difference between coroutines and threads in Java?
What are the differences between data classes and sealed classes in Kotlin?
How to create a RecyclerView in Jetpack Compose?