Are you saying the data being returned should be faster, or the UI
blocks until your data is returned?
If you are saying the query should be faster, see all the above
replies, Since your data has the possibility to grow and queries might
really become slow, you need to make sure your UI does not ha
Don't use getters/setters. Abstract your model's interface at a
higher level so that your updates can be bracketed.
On Oct 13, 4:29 am, John Goche wrote:
> On Wed, Oct 12, 2011 at 5:38 PM, Christopher Van Kirk <
>
> christopher.vank...@gmail.com> wrote:
> > You haven't provided enough informa
SQLite is definetely not slow. So far I've only had the need to move
a single database operation into a background thread, and that's only
because I need to actually read every row returned (as opposed to just
to display them in a list).
On Oct 12, 7:08 pm, Mark Murphy wrote:
> Move the databa
3 matches
Mail list logo