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

醉酒当歌 提交于 2019-12-03 02:29:51

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

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.

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