通过向下滚动创建布局

时间:2018-01-04 08:42:08

标签: java android android-layout

我是一个刚接触java编程的新东西,而且我想澄清一件小事,我不知道这个叫什么,问题主题名称可能与我在这里问的内容不相符所以很抱歉:p

我想动态创建面板,当用户点击small plus sign(参考图片)

时,会填充文本和按钮


任何人都可以指点我的教程因为我不知道这叫什么,任何小例子也会有帮助

![enter image description here] 1

1 个答案:

答案 0 :(得分:1)

对于基于您的设计的非常简单的东西,我建议使用endUpdates,因为学习曲线更容易。但是,ListView针对性能进行了优化,可以更轻松地构建更多疯狂的可滚动布局,例如Instagram。

Ray Wanderlich在Kotlin的Recyclerview教程 - https://www.raywenderlich.com/170075/android-recyclerview-tutorial-kotlin

Android文档 - Recyclerview - https://developer.android.com/reference/android/support/v7/widget/RecyclerView.html https://developer.android.com/guide/topics/ui/layout/recyclerview.html

Android文档 - 列表视图 - https://developer.android.com/reference/android/widget/ListView.html https://developer.android.com/guide/topics/ui/layout/listview.html

Vogell ListView教程 - http://www.vogella.com/tutorials/AndroidListView/article.html