https://kotlinlang.org logo
#android-architecture
Title
# android-architecture
g

ghedeon

09/30/2019, 1:26 PM
Did anybody try deep link navigation library from airbnb? Anything to be aware of? https://github.com/airbnb/DeepLinkDispatch
j

JemRih

10/01/2019, 10:02 AM
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

ghedeon

10/03/2019, 11:10 AM
Would you use it again or would do it manually?
j

JemRih

10/07/2019, 2:58 PM
Sorry for the late answer. I will use it again in a upcoming project
🙏 1
m

Mohamed Ibrahim

10/09/2019, 10:17 AM
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
19 Views