英文:
The name of popup window onclick of an Android app
问题
我想知道一个 UI 组件的名称:在 CITIZEN 应用中类似于这样,当我们点击地图上的标记时,一个小卡片会在相同的界面中弹出(用户不会跳转到其他界面,仍然保持在当前界面)。
我想知道这个“小卡片”在 UI 方面的专业术语是什么,这样我就可以搜索如何在我的 Android 应用中实现它。
英文:
I would like to know what is the name of a UI component: it’s like this in the CITIZEN app , when we click on the pin on the map, a small card would pop up in the same activity (the users are not led to the other activity but remain in the same one).
I would like to know what this “small card” is professionally called in UI, so that I can google how to implement it in my Android app.
答案1
得分: 1
我会说它看起来像是一个定制的 'snackbar'。你应该能够在谷歌上找到相关信息。
英文:
I would say that it looks like a custom 'snackbar'.
You should be able to google that.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论