Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Use loadermanager #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

clkim
Copy link

@clkim clkim commented May 23, 2012

Hi Marko,

Wanted to share a refactoring of TimelineFragment.java so as not to use the deprecated constructor
SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to)
but instead use LoaderManager class, mostly following the sample code in the class reference
http://developer.android.com/reference/android/app/LoaderManager.html

Also, for my SDK emulator, I only have Android API Level 15 (ICS 4.0.3), so the project.properties file also got updated to android-15 instead of android-14. I tried to put that change in it's own git branch.

Finally, I'm quite new to git, so hopefully, I've not done something in how I've committed code changes that makes it difficult for you to see and decide whether the refactoring is useful... I've purposely left in commented out prior code to make it a bit easier for you to see what was there previously.

Cheers,
-ChongLim Kim

@bmeike
Copy link
Contributor

bmeike commented Jun 16, 2013

Thanks ChongLim!

@CLAassistant
Copy link

CLAassistant commented Nov 15, 2019

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants