Core Data

  1. 8 years ago

    knarfje

    9 Feb 2016 User since 2016

    I'm wondering if it is possible not to use a database or other external source to store user data.
    I believe it's called Core Data in Xcode.
    And if it is possible, how does it work?

  2. marco

    9 Feb 2016 Administrator User since 2016

    Core Data is an sqlite database. We'll offer ORM capabilities in a next version for all databases and we'll also add support for the excellent realm .

  3. knarfje

    10 Feb 2016 User since 2016

    First let me start by stating that I'm not a programmer. I know a bit about code and SQL but most of the time I need examples that I can use as a reference.
    I've found the way to use sqlite to fill a TableView with a CustomView. But I need some help in how to write data from within Creo. Also I want to connect the data to an image.

    So I want a window with a form to fill in some data together with an image.
    And another window with a TableView showing the list of records together with the (small) image.

    How do I do that?

  4. marco

    11 Feb 2016 Administrator User since 2016

    We'll post a complete ToDo app tutorial in b3 that will show you everything you requested.

  5. 6 years ago

    emanuel

    16 Oct 2017 User since 2016

    Hi @marco,
    any news on the ToDo App Tutorial?
    When can you post it?

    thanks!

  6. marco

    25 Oct 2017 Administrator User since 2016

    Hi @emanuel the ToDo app is now online:
    http://docs.creolabs.com/tutorials/todo.html

  7. emanuel

    25 Oct 2017 User since 2016

    Thank you very much @Marco, great job!
    this is exactly what I needed!

    -image-

or Sign Up to reply!