airbnb / DeepLinkDispatch

A simple, annotation-based library for making deep link handling better on Android
http://nerds.airbnb.com/deeplinkdispatch/
4.39k stars 406 forks source link

Instant apps ? #182

Open markchristopherng opened 7 years ago

markchristopherng commented 7 years ago

Hi,

We use this framework in our project and it works really well. Google has released a new feature called Instant Apps and i was wondering if the DeepLinkDispatch framework could still be used. In Instant Apps there are now features where each feature is essentially an entry point and has it own url to activity mapping which is different to DeepLinkDispatch which has a central dispatch model. There are few videos from Google IO that explain instant apps quite well. Anyway it would be good to know what you think, my current thoughts is it probably doesn't but i could be wrong.