Best way to compact an android application with 300+ videos -
i want create new android app , app consists in showing many video files (10 sec videos, without sound).
they simple videos (black , white , without sound , 10 sec), more 300 videos. i'm thinking apply codec or that, videos still have big size (80-150 kb).
i thought in split videos frames, because image compression easier, way videos have breaks , don't want to.
what best way create application these requirements?
i application played offline, it's important save video files on mobile phone, in other hand apps in play store have in general 7-15 mb.
some big apps (games usually) have small apk files , download additional content after installation. if can, put video files on server , download them when user starts app first time.
Comments
Post a Comment