I am in need to write an application for Android devices that needs to access a large (~200MB) database. What would be the best way to do this? Can I just stick the database in the assets folder? I have read of various limitations that apply to the entire application size and to individual resources within, especially on some devices... What are exactly these limits?
Is there any way to do this apart from a post-installation download from an external server?