studio linearlayout item gridlayout ejemplo constraint android xml

linearlayout - item android xml



¿Cómo encontrar ViewById() un elemento @android: id/list en una actividad Android? (2)

En su actividad, intente getListView (), tendrá acceso a su ListView

Estoy tratando de obtener el ListView utilizando la función findViewById , pero no estoy seguro de qué estoy tratando de encontrar o qué usar como argumento: R.id.list no funciona.


Puedes llamar:

ListView mListView = (ListView) findViewById(android.R.id.list);