ios - A big tableview from SQL with filter - what's the most efficient way? -


i've been trying sqlite tableviews, iam struggling find way work data - , don't seem find references online either. have database of postal codes (4582 rows) , need join other tables make proper use of it. iam not sure how properly, creating objects of rows take ages on device, , application becomes slow , unresponsive.

at first thought instantiate 50-100 objects , load more scroll, backfire when try filter down list, or perhaps not? user able search row , text in table, not postal codes.

any ideas, tips or examples on go here?

use fmdatabse. use following link this

http://www.icodeblog.com/2011/11/04/simple-sqlite-database-interaction-using-fmdb/

http://www.highoncoding.com/articles/836_persisting_ios_application_data_in_sqlite_database_using_fmdb.aspx


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -