Asynchronous SQLite sample with dot42?
问题 I've been testing dot42 and so far great, but I see that there aren't any SQLite samples. Im not sure if I should implement a ContentProvider (as some android articles suggests) or if I could use the async / wait implementation of dot42 in order to perform a query asynchronously and show the result on a ListView. Any advice ? Thanks in advance Roygar 回答1: Here is a code sample that retrieves contacts from a SQLite database asynchronously using the async/await implementation of dot42. I