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

link|improve this question

I want to know the size for Samsung Bada platform. Any help is highly appreciated. Started a bounty. – kadaj Oct 25 '10 at 7:08
feedback

2 Answers

yokks, you need to have a look @ this thread http://stackoverflow.com/questions/3536463/android-application-apk-maximum-size for android

link|improve this answer
thankyou surabh. that's the perfect one to test the application size. – yokks Oct 26 '10 at 4:34
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.