Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Maximum application size of android & BADA platform

what is maximum size of thick/thin client application(to d/w through OTA) in both Android & Samsung Bada platform ?

like image 725
yokks Avatar asked Jun 29 '10 17:06

yokks


People also ask

What is the max size of APK?

To know more, read The Future of Android App Bundles is here, on the Android Developers Blog. If your app needs more than 100MB of memory, you can use expansion files to store additional APK assets. You can store two expansion files per app. Each expansion file can be up to 2GB in size.

Which app has highest size?

But as of now GENSHIN IMPACT is the game having the most size. From play store user has to download a mere of 140 mb. But within the game the user have to download a total of 9028 mb which is equivalent to 9 gb. So the biggest game size award goes to Genshin Impact.

How Big Should Android apps be?

Average Android and iOS file size Of all mobile apps published on the app stores, the average Android app file size is 11.5MB. And the average iOS app file size is 34.3MB.


2 Answers

yokks, you need to have a look @ this thread Android - Application (apk) Maximum size for android

like image 156
100rabh Avatar answered Oct 13 '22 00:10

100rabh


If you mean the Android Market by "OTA" which is the most common case since it handles update notifications, etc. - you should know that the apk size limit to upload on the android market is 25 MB. But other than that, I don't know of any limitation, it probably also depends on the device you're targeting.

If you implement your own OTA delivery technique, then of course you don't have this limitation. Also you should know that on Android you can always/mostly break down one application into multiple smaller ones, if your app elements are very modular, in case you have issues with one single apk size.

like image 40
Mathias Conradt Avatar answered Oct 12 '22 22:10

Mathias Conradt