Hi,
I'm trying to load from SQL, data of over 1000 rows! Yea, if i were working on a webserver, that would be a different ordeal.. i wouldnt worry so much..
Since my sqlite db is gonna be bundled with the app itself, i'm not sure how to proceed with this.
I've worked with the traditional methods from sqlitebooks tutorial and populated a tableView with over a 1000 rows, or even more. Ofcourse, search will be there.. I'm afraid will I be loading alot into memory? using alot of resources
But is there anything i should be doing differently inorder to keep the app safe, from memleaks, perhaps a different approach?? any alternatives?
any help is appreciated
I'm trying to load from SQL, data of over 1000 rows! Yea, if i were working on a webserver, that would be a different ordeal.. i wouldnt worry so much..
Since my sqlite db is gonna be bundled with the app itself, i'm not sure how to proceed with this.
I've worked with the traditional methods from sqlitebooks tutorial and populated a tableView with over a 1000 rows, or even more. Ofcourse, search will be there.. I'm afraid will I be loading alot into memory? using alot of resources
But is there anything i should be doing differently inorder to keep the app safe, from memleaks, perhaps a different approach?? any alternatives?
any help is appreciated