facebook

Saving Data application

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #336118 Reply

    Fonta84
    Member

    Good morning,
    i’m new in this forum.

    I bought a few days ago MobiOne, and i’m trying to create an application that creates a collection of information (a database).
    I’m going crazy looking for ways to save this data, sending them to a txt file (or similar) so that can call them any time i need …

    Can anyone help me?

    Thanks a lot.
    Fonta

    #336124

    Brandon
    Member

    @Fonta
    Depending on what you are trying to save you can look into local storage or into sqllite.
    Local storage uses the Key Value system and is easy to use.
    SQLite can be more powerful, but is harder to use.

    #336166

    Fonta84
    Member

    I’m trying to save text information such as name, surname o birthdate of someone…
    For now, i only need the local storage for saving my information.

    #336167

    Brandon
    Member

    You can use:

    To get a local storage key

    localStorage.getItem('myName');

    To set a local storage key

    localStorage.setItem('myName','Your Name');
    #336219

    Hi Fonta84,

    I sencond CincyPlanet proposal. You should be able to achieve your goal with localStorage.
    See an example here: http://www.genuitec.com/support-genuitec/viewtopic.php?f=14&t=2251

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Saving Data application

You must be logged in to post in the forum log in