6

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

yokks
  • 5,683
  • 9
  • 41
  • 48
  • I want to know the size for Samsung Bada platform. Any help is highly appreciated. Started a bounty. –  Oct 25 '10 at 07:08

2 Answers2

3

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

Community
  • 1
  • 1
100rabh
  • 6,156
  • 5
  • 27
  • 41
1

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.

Mathias Conradt
  • 28,420
  • 21
  • 138
  • 192