android - Storing video files in database -
i have application containing database pictures. wanted database contain videos. possible store videos in database converting them byte array or other format?
you store binary object within database, why bother? store path/file name pictures/videos.
Comments
Post a Comment