codepath / codepath/android_guides
Deprecated constructor - TodoCursorAdapter(Context context, Cursor cursor)
Open
- Dominant language
- No language data
- Stars
- 28.3k
- Forks
- 6.2k
- PR merge metrics
- No merged PRs in 30d
Description
I've found out that the constructor being used [here](https://github.com/codepath/android_guides/wiki/Populating-a-ListView-with-a-CursorAdapter) is deprecated. I don't know if that's really a problem, but anyway...
`public class TodoCursorAdapter extends CursorAdapter {
public TodoCursorAdapter(Context context, Cursor cursor) {
super(context, cursor, 0);
}
...
}`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.