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

佐手、 提交于 2019-12-03 11:52:53

问题


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


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




回答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.



来源:https://stackoverflow.com/questions/12352083/ios-like-storyboard-tool-for-android-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!