It is possible to copy an existing SQLite database from your assets
folder to the correct location on the device.
See: 
http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/

On Jul 25, 8:36 pm, Mark Murphy <mmur...@commonsware.com> wrote:
> On Sun, Jul 25, 2010 at 11:45 AM, Doug Gordon <gordo...@gmail.com> wrote:
> > but
> > in any case I'm unclear on if there is any built-in or automated way to
> > transfer files from a PC to an Android device.
>
> Neither. Android's focus is more on the "cloud". Other than mounting
> the SD card and copying it there, there is nothing else stock on
> Android, for an end user setup. Moreover, you cannot use adb push on a
> device to put a file in an application's local file store.
>
> > Another thought I've had is some way to store the converted file out in the
> > "cloud" somewhere and then have my app retrieve it from there.
>
> That is probably the simplest for now.
>
> --
> Mark Murphy (a Commons 
> Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
>
> _Android Programming Tutorials_ Version 2.9 Available!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to