Search results for 'sqlite'


Accessing the android emulator database Mar 11

I've begun developing on the android platform and I thought I'd write a series of articles on things I've learned since I started. Today's is going to be on command line access to the embedded sqlite database. Access to the database can be obtained using the ...

tags: android databases sqlite tutorial