I'm trying to work on this new navigation editor introduced as a part of architecture components recently.
reference : https://youtu.be/8GCXtCjtg40?t=311
I added the depdencies as mentioned in the documentation https://developer.android.com/topic/libraries/architecture/adding-components#navigation
My assumption is that there is a new 'Resource Type' called 'Navigation' introduced. And when I add a 'Navigation' file in my project, android studio will let me view that file in two modes, text and design and I thought that the design mode is the 'Navigation Editor'
I tried what was given in the documentation. https://developer.android.com/topic/libraries/architecture/navigation/navigation-implementing Right click the 'res' folder -> new resource file -> resouce type - 'Navigation'. But, I could not find a resouce type called 'Navigation'
However I was able to create a resource directory of type 'Navigation' and add a xml file in the directory but android studio did not have a design mode for the file.
Why Im I not seeing this 'Navigation' resource type ?