Sqlite database
I wanna know how do it and when
(i know the process)
The best way for good performance....
Should it be in a splash Activity
How to use threads and....?
btw .. sqlite is not very well for a big amount of data .. if you expect it to be 'fast', it won't. just run your query on different thread and wait for it in a short of time with progress bar or something. just ensure that : you just have 1 connection of sqlite, and properly close the connection after transactions.
Обсуждают сегодня