如何创建一个'脉冲'像用户界面Android应用程序
问题描述:
我想知道我怎么可以创建一个脉冲像Android应用程序
下面是截图:
I would like to know how can I create a Pulse like app on android Here is a screenshot:
许多事情:
- 它有一些'行的水平含量。
- 在每个'行'有'细胞的含量。
- 我不能一扔左,右看看水平的内容。
- 由于其到达水平内容的结束,它会自动加载更多的内容。
感谢您。
答
在概念上这仅仅是一个的 滚动型
包含了一堆的 图库
利用无限滚动适配器一样的布局=https://github.com/commonsguy/cwac-endless相对=nofollow> CWAC-无尽
。我觉得有一些工作你也许可以让他们都很好地一起玩。
Conceptually this is just a ScrollView
containing a bunch of Gallery
layouts using an infinite scrolling adapter like cwac-endless
. I think with a bit of work you can probably get them all to play nicely together.