Search results for 'android'


Deploying android apps with large databases Mar 13

One issue that took some time to solve while developing my last android app is that in this application there is a large database that I've prepopulated before deploying to the market. Even on the emulator I was typically seeing the initial deployment take 5-10 minutes to populate the ...

tags: android databases tutorial

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