I’m developing an android app that contains a large library of videos that can be viewed… there’s about 30 videos in the res/raw folder, I’m guessing that’s the cause of the huge apk file size?
Does anyone have any tips on how to reduce it?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should provide the files as online content. The first time the app starts, it checks for availability of all files. If they are not there, a download begins, or the user is prompted to find a data-connection. Possibly warn the user that this is semi-big, so users on a plan can use WiFi.