Package | Description |
---|---|
com.example.labstatus |
Modifier and Type | Method and Description |
---|---|
SoftListAdapter.MyViewHolder |
SoftListAdapter.onCreateViewHolder(android.view.ViewGroup parent,
int viewType)
Create new views (invoked by the layout manager)
|
Modifier and Type | Method and Description |
---|---|
void |
SoftListAdapter.onBindViewHolder(SoftListAdapter.MyViewHolder holder,
int position)
Replace the contents of a view (invoked by the layout manager)
|