OSDN Git Service

Pass a message to query the database, rather than doing it in onCreate.
authorLeon Scroggins <scroggo@google.com>
Tue, 24 Nov 2009 20:21:18 +0000 (15:21 -0500)
committerLeon Scroggins <scroggo@google.com>
Tue, 24 Nov 2009 20:21:18 +0000 (15:21 -0500)
commitea00257e871d42afa0639b5e272237957bdbfbdf
treeec2662c2667b20139fdc6b2f13fa50fcb46e2a74
parent41d53ed121dbe8932065e099477a0bcb8aae5265
Pass a message to query the database, rather than doing it in onCreate.

Creating a BrowserBookmarksAdapter queries the database.  Rather than
doing it in onCreate, which may slow down opening the bookmarks page,
pass a message to do it.
src/com/android/browser/BrowserBookmarksPage.java