On Wed, Dec 7, 2011 at 8:04 PM, fatmabeyza <[email protected]> wrote: > I have a video database sizes 16MB. After i put this database in > assets folder i learnt that it must be less than 1MB. So What can I > do? > > I read the divide method but i think it is not good method for videos.
Why are you storing videos in a database? Why are you not storing videos as ordinary files? > Or How can I use internal or external storage? http://developer.android.com/guide/topics/data/data-storage.html > How can I install my > own database file and how can I call the data from it? You could try: https://github.com/jgilfelt/android-sqlite-asset-helper Note that I have not tried this yet. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 4.1 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

