Package | Description |
---|---|
com.uva.rafael.tfg_goniometer.view.adapters |
Modifier and Type | Method and Description |
---|---|
PacienteListAdapter.ViewHolder |
PacienteListAdapter.onCreateViewHolder(android.view.ViewGroup parent,
int viewType)
Metodo llamado para instanciar cada uno de los elementos del RecyclerView.Adapter
con su layout asociada (R.layout.paciente_miniatura, en este caso).
|
Modifier and Type | Method and Description |
---|---|
void |
PacienteListAdapter.onBindViewHolder(PacienteListAdapter.ViewHolder holder,
int position)
Called by RecyclerView to display the data at the specified position.
|