Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS-like storyboard tool for Android project? [closed]

Do we, Android developers, have any tool like iOS developers have which can help us make story board of all activities and links between them?

Those who have seen iOS story board tool will know what I am talking about. It would be really cool as we would be able to visualise the UI logic.

PS. check my storyboard tag

like image 806
sandalone Avatar asked Sep 10 '12 12:09

sandalone


2 Answers

iOS storyboards allow you to define the flow of your app without (almost) writing a single line of code using the Interface Builder.

I don't think there's similar tool for Android. You'll need to create the layouts separately and then glue them calling startActivity (or its relatives).

like image 165
jush Avatar answered Nov 03 '22 19:11

jush


I don't know that tool well, but I think that you are looking for something like fluidUI

There are dozens of similar tools and the best of them imho is still pen + paper.

Edit : Jimu looks like it will be perfect for that role.

like image 39
Teovald Avatar answered Nov 03 '22 19:11

Teovald