Added working (sortof) My Contributions screen

Uses CursorLoader to appropriately load and update stuff as
things change. Need to update UI to show things properly.

Also refactored things a fair bit.
This commit is contained in:
YuviPanda 2013-02-01 02:23:29 +05:30
parent d1b088581f
commit 2260078fa7
7 changed files with 177 additions and 84 deletions

View file

@ -40,7 +40,7 @@
</intent-filter>
</activity>
<activity
android:name=".ContributionsActivity"
android:name=".contributions.ContributionsActivity"
android:icon="@drawable/ic_launcher"
android:label="@string/title_activity_share"
>