sqlitebrowser / dbhub.io

A "Cloud" for SQLite databases. Collaborative development for your data. 😊
https://dbhub.io
GNU Affero General Public License v3.0
363 stars 38 forks source link

I want to use .db extions files in Android Studio #373

Open TauseefYaseenKhan opened 1 month ago

TauseefYaseenKhan commented 1 month ago

I want to use .db extions files in Android Studio, but I am unable to know about this specific problem. Kindly someone help me if someone know about it......... Thanks

justinclift commented 1 month ago

I'm guessing you're meaning .db extension files. :smile:

Those files are commonly (but not always) SQLite 3 database files.

I'm not sure if any of our developers personally use Android Studio. It's not software that I'm personally familiar with, as I use a phone with a different OS.

Looking around online though, there does seem to be documentation for using Android Studio and SQLite 3:

Do either of those links help? :smile: