You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this possible? I tried using the application context (instead of the activity context) for initializing the database, but regardless of which context I use, everytime that I move onto the second activity my SQLiteOpenHelper creates the tables all over again when it initializes... So the database isn't persisting between activities...
I haven't found anything on Google about using it across activities - does anyone know how this might be achieved?