No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Record data on a Android App

    Framework
    3
    4
    477
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Shoooryuken
      Shoooryuken last edited by

      Hi, I am a new quasar user and I am trying to create an android app.

      I would like to store user preferences, but how? Coockies? Session? Vuex?
      For a website I will have saved these values ​​in database, but for an application?

      Could you tell me how to do it?
      thanks in advance.

      1 Reply Last reply Reply Quote 0
      • Shoooryuken
        Shoooryuken last edited by

        Sorry, I’m answering myself, I found 2 tracks.

        First: IndexedDB
        https://developers.google.com/web/fundamentals/instant-and-offline/web-storage/offline-for-pwa
        https://developer.mozilla.org/fr/docs/Web/API/API_IndexedDB/Using_IndexedDB

        Second:
        SQLite
        https://forum.quasar-framework.org/topic/3002/sqlite-cordova-plugin

        I will use IndexedDB.
        thank you

        1 Reply Last reply Reply Quote 0
        • Allan-EN-GB
          Allan-EN-GB Admin last edited by Allan-EN-GB

          @Shoooryuken Take a look at pouchDB as well. Very easy and uses indexedDB under the hood but is a lot easier to work with.

          1 Reply Last reply Reply Quote 1
          • C
            Cobeland last edited by

            We are using dexie as a wrapper for IndexedDB in our Quasar app.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post