I am working on this project where i have to save some text, picture, video or a soundclip to the database which should have the capability of being sent to others by bluetooth.
I know how to create a data base with the text and tables.
- How do i add a photo, or a video, or a sound clip to the database. is it by adding the address of the file?
- where is the database created/stored, by what name and what type (pardon me by i don't have much idea about SQLite)?
- can i share the database with other android users, if yes then how?
Thanks for the help guys !!