Adapter
  • 音标:/əˈdæptər/
  • 意思:适配器;连接数据源和UI组件的桥梁
  • 例句The RecyclerView adapter binds data to the views displayed on the screen.
  • 翻译:RecyclerView的适配器将数据绑定到屏幕上显示的视图。
  • 补充说明:常见适配器包括ArrayAdapter、BaseAdapter、RecyclerView.Adapter等。