I'm curious about the differences between Jelly Bean and ICS (Ice Cream Sandwich). Is there anything special I need to do while developing for either of the OS?
Asked
Active
Viewed 1,575 times
0

TZHX
- 5,291
- 15
- 47
- 56

BlackHatSamurai
- 23,275
- 22
- 95
- 156
-
2http://developer.android.com/about/versions/jelly-bean.html – Chris Thompson Aug 31 '12 at 20:11
-
I'm more interested in the technical differences and what I need to change when developing. Not so much the features that the end user will experience. – BlackHatSamurai Aug 31 '12 at 20:13
-
Not much I suspect, especially if you want to support older versions too. – Marcin Orlowski Aug 31 '12 at 20:14
-
1@BlaineOmega This question will very likely be closed. Consider making future questions more refined, e.g. focus on breaking changes in API or other more technical details, hopefully for an *existing* codebase being developed .. – Aug 31 '12 at 20:16
3 Answers
1
Doesn't appear to be anything special that you need to do going from one to the other. Jelly Bean just has some framework updates, etc.
RESOURCES

nickaknudson
- 4,769
- 2
- 15
- 16
0
With each release you can find highlights listed on developer.android.com, so you can find out what in general changed, so you at least can check if your areas of interest are affected or not. For more detailed changelog i suspect you should lurk into code repo, however at first you may want to look here: http://developer.android.com/about/versions/jelly-bean.html

Marcin Orlowski
- 72,056
- 11
- 123
- 141
0
You can have a look @ here :
http://blogs.computerworld.com/mobile-and-wireless/20661/android-41-jelly-bean
Hope you will get the difference between Android ICS and Jelly Bean. It is well & precise defined.

Siddiq Abu Bakkar
- 1,949
- 1
- 13
- 24