Did anybody try deep link navigation library from ...
# android-architecture
g
Did anybody try deep link navigation library from airbnb? Anything to be aware of? https://github.com/airbnb/DeepLinkDispatch
j
I have tried it on multiple commercial projects. The library works fine. But only use it for its purpose. We used it as main navigation in one project. It can trigger some fun behaviour accross the app because in our case it triggered the lifecycle resume() every time we sent a deeplink
g
Would you use it again or would do it manually?
j
Sorry for the late answer. I will use it again in a upcoming project
🙏 1
m
Yes, it's very helpful in consuming the deeplinks, just use the function annotation in a singleton class, and the handling will be very encapsulated and clean. I tried the Navigation component too, but it's not helpful in deep linking and very limited.
👍 1