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

@ -4,5 +4,8 @@
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<ListView android:id="@+id/contributionsList"
android:layout_height="fill_parent"
android:layout_width="fill_parent" />
</LinearLayout>