Is there any practical difference between @Activit...
# android
l
Is there any practical difference between @ActivityScoped and @Singeton in Dagger Hilt in a single activity application?
j
Yes. Services, receivers, and content providers can all run without an activity
Not to mention a config change creates a new activity scope in a single process
👍 4
l
Great examples, thank you