Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration with AAC Navigator #13

Open
AlexisQapa opened this issue May 29, 2018 · 1 comment
Open

Integration with AAC Navigator #13

AlexisQapa opened this issue May 29, 2018 · 1 comment

Comments

@AlexisQapa
Copy link

Hi, as part of the new JetPack along with android architecture components Google released a navigation component (https://developer.android.com/topic/libraries/architecture/navigation/). While the java part seems quite close to what Alligator does, there is a XML/UI integration with features like deep links. (I don't care much about the XML thing but the way it's allow you to build flows with deep links is convenient)

So I'm wondering :

  • is there is something to do to make this new component works great with alligator ?
  • will you maintain alligator while google will push people to its navigator ?
@aartikov
Copy link
Owner

aartikov commented Jun 2, 2018

Hi. Thank you for these topical questions.

In my opinion Alligator and AAC Navigation have too different conceptions to mix it together. Alligator operates with screens, AAC Navigation - with destinations and actions. AAC Navigation has a navigation graph, Alligator does not. Even fragment management is different. I don't use standard back stack of fragments.

I don't want to stop maintaining of Alligator. I use it in my projects, and it fits my needs perfectly. If other developers find my library useful, it is an additional motivation for me.
AAC Navigation is in alpha stage now, there are plenty of bugs and missing features. Of course Google has enough resources to polish it. So we will have one more option to choose soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants