| Package | Description |
|---|---|
| com.uva.rafael.tfg_goniometer.view.adapters |
| Modifier and Type | Method and Description |
|---|---|
MedicionListAdapter.ViewHolder |
MedicionListAdapter.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.medicion_miniatura, en este caso).
|
| Modifier and Type | Method and Description |
|---|---|
void |
MedicionListAdapter.onBindViewHolder(MedicionListAdapter.ViewHolder holder,
int position)
Called by RecyclerView to display the data at the specified position.
|