codepath / codepath/android_guides

Deprecated constructor - TodoCursorAdapter(Context context, Cursor cursor)

Open
#316 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.