简体   繁体   English

此 android 应用程序屏幕截图中使用了哪个布局或视图

[英]which layout or view is used in this android application screenshot

这是irctc手机app截图

I want to know about this view or layout , But I don't know how to search about this , so only I asked in this way , also I need to use in my mobile app我想知道这个视图或布局,但我不知道如何搜索这个,所以只有我这样问,我也需要在我的移动应用程序中使用

in this image there are 3 row , they are dynamically changeable and its from database, each rows have menu icon which is appears top right corner of each rows (3 dots) , they have a click event在这张图片中有 3 行,它们是动态可变的,并且来自数据库,每行都有菜单图标,出现在每行的右上角(3 个点),它们有一个点击事件

please anyone can say which layout or view is this, how the dynamic records are shown like in this picture请任何人都可以说出这是哪个布局或视图,动态记录如何显示在这张图片中

It's a RecyclerView which loads the data to the UI using Custom Adapter.它是一个RecyclerView ,它使用自定义适配器将数据加载到 UI。 With your own custom adapter, you can inflate the view and fill the appropriate data into it.使用您自己的自定义适配器,您可以扩充视图并将适当的数据填充到其中。

Have a look at this official document , You will understand better.看看这个官方文档,你会更好地理解。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM