• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

sqlite

  1. V

    Apps Upgrade app

    It appears Sqlite is no longer allowed. To upgrade my app, need to read Sqlite to write to another more modern method. Also, unable to upgrade my app. It has too many conflicts. Layouts are handled differently, etc. Plan to write it from scratch. But, would like to have a way to convert my...
  2. C

    Apps Advice on making to-do list / reminder app

    If you were to make a to-do list / reminder app with notifications on a specific date/time - How would you make it? (A small step-by-step list would be very helpful) What tools/databases would you use? SQLite, WorkManager, AlarmManager or are there any better/easier ones?
  3. W

    Which database user registration solutions for android and ios app

    I'm building my first quiz app in android studio with Kotlin. I have the .xml file ready for the registration and login page, what are the best options to store login data? I want to make a commercial app. Because its my first app I search for a free (or low cost) solution. I have experience...
  4. rowlanda38

    Help How do i delete items from a sqlite databse?

    I am creating a basic app where i can add customers to a database and display them on another screen, i have set up everything using recyclerview and card views to display the customers and that works fine, but im not sure how i set it up so that i can delete the customers. i have added a button...
  5. S

    How to share the sqlite audio file to whatsapp or gmail?

    Hi guys, I am trying to share the audio file which is recorded and stored inside the app, using the SQLITE in which the path is stored. I need that audio files to shared in whats app and also attached in gmail. So i try to copy the audio file from sqlite to internal dir. but the file is not...
Back
Top Bottom