sandalone
sandalone

Reputation: 41749

Navigation Editor tool in IntelliJ IDEA?

Does IntelliJ IDEA has implemented Navigation editor tool from Android Studio and are there plans to do this?

This tool is so far the closest thing to XCode Storyboard given to the Android developers.

Upvotes: 0

Views: 631

Answers (1)

Scott Barta
Scott Barta

Reputation: 80010

IntelliJ Community Edition has the same Android Plugin that powers the Android-specific functionality in Android Studio, so yes, it will be there. Android Studio updates much more frequently than IntelliJ does for most of its release cycle, so if you want to pick up the latest functionality and bug fixes, Android Studio will be the way to go.

Note that the Navigation Editor will work only for Android projects; it won't be useful for non-Android projects you're developing in IntelliJ.

Upvotes: 1

Related Questions