Skip to content Skip to sidebar Skip to footer

Ios-like Storyboard Tool For Android Project?

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 t

Solution 1:

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).

Solution 2:

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.

Post a Comment for "Ios-like Storyboard Tool For Android Project?"