public class SearchAdapter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Square> |
items |
private TextView |
text |
| Constructor and Description |
|---|
SearchAdapter(Context context,
Cursor cursor,
java.util.List<Square> items) |
| Modifier and Type | Method and Description |
|---|---|
void |
bindView(View view,
Context context,
Cursor cursor) |
View |
newView(Context context,
Cursor cursor,
ViewGroup parent) |