How can I do something like a FlowLayout in Android?

后端 未结 9 1402
情歌与酒
情歌与酒 2020-11-22 08:11

How can I do something like a FlowLayout in Android?

9条回答
  •  误落风尘
    2020-11-22 08:39

    If you watch the talk I gave at the Devoxx University day (available on parleys.com) you will learn how to do it yourself. During the talk I wrote a FlowLayout implementation live on stage to show how simple it is to write custom layouts.

    The implementation is hosted here.

提交回复
热议问题