tags:

views:

19

answers:

1

Hi...

I am New to Android. My Requirement is to storing an audio file into database using Android Sqlite. can any one suggest me?

Thanks in advance.

+1  A: 

You could use a Blob. See here an example for an image. It will be very similar to do the same with an audio file.

kgiannakakis