OSDN Git Service

Change date storage in DB to be a ms timestamp integral value.
authorBen Komalo <benkomalo@google.com>
Wed, 13 Oct 2010 03:51:06 +0000 (20:51 -0700)
committerBen Komalo <benkomalo@google.com>
Wed, 13 Oct 2010 03:53:08 +0000 (20:53 -0700)
commitfeb2b3d9b02d7fd008bea09d14f175d848a62226
treec87c6afb51bb9751acd2a7fc6381c95b5933f8dc
parenta3dc45ac9f4c7e1bfa8a5084add450ab0712f117
Change date storage in DB to be a ms timestamp integral value.
Add a basic CursorAdapter to add more flexibility to views in list.
Create custom listview item that is pretty much the same, except
with a relative time string.

Change-Id: I9a1f956832f550b9a8192ea3967e732725dd6ba2
apps/Tag/res/layout/tag_list_item.xml [new file with mode: 0644]
apps/Tag/src/com/android/apps/tag/TagCursorAdapter.java [new file with mode: 0644]
apps/Tag/src/com/android/apps/tag/TagDBHelper.java
apps/Tag/src/com/android/apps/tag/TagList.java