Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lesson four #6

Open
wants to merge 23 commits into
base: lesson-two
Choose a base branch
from
Open

Lesson four #6

wants to merge 23 commits into from

Conversation

rahulsatish
Copy link

No description provided.


// This loader will execute the ContentProvider's query method on a background thread
return new CursorLoader(this, // Parent activity context
mCurrentPetUri, // Query the content URI for the current pet

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

due to using this mcurrenturi i get a NullPointerException right after making these commits in my existing code.can someone help me with this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment