-
This may be a more likely
|
Beta Was this translation helpful? Give feedback.
Answered by
frank06
Mar 2, 2022
Replies: 1 comment
-
Good question. You simply need to stack adapters like:
Adapters override behavior from left to right as this essentially translates to |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
oarshad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good question. You simply need to stack adapters like:
Adapters override behavior from left to right as this essentially translates to
RemoteAdapter<Category> with ApplicationAdapter<Category>, CategoryAdapter
. Try it out!