Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
8 views

SQLite file location

I have a problem running my Android app:- Running through the Emulator there are no problems However when I run in USB Debugging mode on a real Android device this is the error message I get:- no such ...
Robert Snedden's user avatar
-4 votes
1 answer
38 views

Deleting item from sqlite database have error [closed]

Deleting item from sqlite database error. CustomAdapter public class PassAdapter extends RecyclerView.Adapter<PassViewHolder> { Context context; MainActivity mainActivity; private ...
theray's user avatar
  • 1
-3 votes
1 answer
53 views

Why is my code not pre-populating the database?

My app collects data for experiments. I am trying to pre-populate the database. I create directories for each experiment and store the database in each of those. Folder storedData holds the database ...
gholt12's user avatar
  • 29
-1 votes
0 answers
32 views

How can I upload my SQLite database file?

My app downloads an SQLite database. Once modified I want to upload it to the same URL. This is how I download it: new Handler().postDelayed(new Runnable() { @Override public void run() { ...
vittorio ferretti's user avatar
0 votes
2 answers
71 views

How do I make an SQLite database readable only by my app?

I have a database file created by my .Net 7 Maui app on Android: public static class Constants { public const SQLite.SQLiteOpenFlags OpenFlags = // open the database in read/write mode ...
Thomas Carlton's user avatar
0 votes
1 answer
52 views

how to enable fts5 in sqflite in flutter?

Using sqflte to create fts5 table,I got an error:DatabaseException(no such module: fts5 (code 1 SQLITE_ERROR)) . On website, I got some solution,like adding dependency sqlite3_flutter_libs: ^0.5.4 do ...
ElapsedSoul's user avatar
0 votes
1 answer
46 views

How to select field data as a list?

My database stores data in Receipt and File entities. These entities have a one-to-many relationship (one Receipt can have several Files). I need to select Receipts with Files but not all fields from ...
Anton Turchenko's user avatar
-2 votes
1 answer
31 views

Can I use Sqlitedb as database for my mobile application that would run in platforms like Android and IOS?

I am new to mobile application development. I am in the process of building a mobile application using Flutter 3.4.1 and SQLLiteDB using Android Studio IDE. I now need to run the mobile application in ...
devman's user avatar
  • 494
0 votes
0 answers
17 views

How do I save User-Entry Image in my Database and Display it using SQLite in Xamarin and Android Studio

I hit a block and I want to save an Image into my Database alongside its Name, Description, and Price but when I display it, only the Name, Description, and Price are being displayed. I want to know ...
Ram Jesler Delos Santos's user avatar
0 votes
0 answers
48 views

Flutter SQLite database limit size length to load external database from assets

I insert SQLite database file in my project and its size almost 2GB. I always got this error message in debug console when running on Android native device: E/flutter (25145): [ERROR:flutter/shell/...
developer1996's user avatar
0 votes
1 answer
35 views

Android Room - Two databases with same name

I have an application and I've integrated room for storage. I have a database in the app module and I have a separate module/lib for developer environment selectors. I have a database in that ...
DJ-DOO's user avatar
  • 4,701
0 votes
1 answer
16 views

USB cable port forwarding is disabled in SQLite Studio when setting up an Android database URL

Refer to the images below for guidance.
Divyesh Rudani's user avatar
1 vote
0 answers
60 views

Fetch SQLite database Table Orderby condition in android java

How to conditionally retrieve the data of any table in the SQLite database? I want to extract condition wise data from a table in the database which I have not been able to successfully for the last 2 ...
Maria's user avatar
  • 356
0 votes
0 answers
56 views

Cannot run invalidation tracker. Is the db closed? Android Room ORM

I am using a Room database. I start the database in onCreate and close it in onDestroy. However, when I enter the activity for the second time, I encounter the following error. As can be seen in the ...
theoyuncu13's user avatar
0 votes
0 answers
30 views

database suddenly stopped connecting to my app(android studio)

my database suddenly stopped working, i created an app till yesterday it was logging in but suddenly it stopped working its not logging in it keeps coming invalid password or username,I havent made ...
shashank s's user avatar

15 30 50 per page
1
2 3 4 5
1948