I want to make an application, something like a movie selection for viewing by parameters. That is, the user indicates some data, such as a movie not older than 2005, an imdb rating not lower than 8, etc. And the application displays all the movies that fit these parameters.

I'm wondering how I can store the base of films inside the application (the application should work offline) CoreData, arrays or what? And with what tool to implement the search for the specified parameters?

Need help which way should I google?

  • How about storing a database as a database? ) - Nick Volynkin
  • By the way, immediately think about updating the data. - Nick Volynkin
  • This is clearly a questionnaire - Max Mikheyenko

1 answer 1

You can start with sqlite3 (library libsqlite3.dlyb), if you need something more advanced, then CoreData. There are many good libraries under coredata that make it easier to work with it - for example magical record