Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any iOS Storyboard equivalent for Android development? [closed]

Is there any iOS Storyboard equivalent for Android development?

iOS Storyboard is fantastic that saves us a lot of time writing code. It is almost like a direct wireframe/prototype to final development too.

Anything on Android development which can perform the same?

like image 867
ikevin8me Avatar asked May 13 '12 10:05

ikevin8me


People also ask

Which is harder iOS or Android development?

For both new and experienced programmers, iOS is generally easier to develop for. iOS apps generally require less development time and are cheaper to build and maintain than Android apps. iOS developers use Swift, Apple's native programming language, whereas Android developers typically use Java and/or Kotlin.

What is the difference between Xcode and Android Studio?

Android Studio has background compilation and will quickly highlight errors, while Xcode needs an explicit build stage. Both let you debug on emulators or real hardware. It would probably take a very long and detailed article to compare each IDE's features — both offer navigation, refactoring, debugging, etc.

What are the best features in Android Studio compare to iOS?

The most notable difference between iOS and Android is how open Android is compared to iOS. The former is an open-source operating system. For developers, it means gaining access to the hardware, file systems, and features that are off-limits in iOS. Android is also more friendly in terms of customization.


2 Answers

UPDATE

Navigation Editor isn't available in Android Studio starting from version 2.0. It was an experimental feature and we may re-visit it in the future. Information on this page is left for archive purposes.


Android tools team just launched an early prototype of Navigation Editor for Android Applications, which they're planning to release next year

As of now, it'll be available to try/use in Android Studio.

Get all the information on Android tools website: http://tools.android.com/navigation-editor

like image 128
Jigar Avatar answered Sep 21 '22 12:09

Jigar


Honestly I dont think there is. Although I am sure you can find tools to allow you to create the workflow between screens of your application.

like image 39
Rui Peres Avatar answered Sep 23 '22 12:09

Rui Peres