What is @PerActivity on Android?

Asked 2 years ago, Updated 2 years ago, 42 views

How do you use @PerActivity in Android programming?

android

2022-09-30 19:10

1 Answers

@PerActivity is not an annotation provided as Android, but rather a Dagger2-specific annotation.
Annotation that declares Activity to be alive only while it is alive.


2022-09-30 19:10

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.