i mean how i can `@Inject PostAdapter` in any fra...
# dagger
k
i mean how i can
@Inject PostAdapter
in any fragment ?
r
You can simply use field injection in any view for postadapter.
k
yes, but how can i pass instance for
callback
r
Why you need callback in adapter via di? What is this callback for?