Difference between Android 1.1 and Android 3.2 Last Updated : 14 Jul, 2020 Summarize Comments Improve Suggest changes Share Like Article Like Report 1. Android 1.1 : Android 1.1 is the second version of Android which was introduced by Google after Android 1.0. It had all the features that were included in the previous version i.e. Android 1.0 and also some more features were added in this version. Some features were added in caller applications like hiding and showing of the numeric keyboard. The feature for saving MMS attachments was also added in this version. It also does not have the official version name like Android 1.0 but unofficially it is called Banana Bread. The API level in Android 1.1 is 2. It was released on 9 February 2009. 2. Android 3.2 : Android 3.2 is next version of Android after Android 3.1 which was introduced by Google. It had all the features of previous versions and some new user and developer features were also added in this version. New user features like optimization for a wider range of tablets, compatibility display mode and media sync from SD card were introduced in this version. New developer features like new resource qualifiers for screens support, new manifest attributes for screen-size compatibility and screen compatibility mode were added in this version. Its version name is Honeycomb. The API level in Android 3.2 is 13. It was released on 15 July 2011. Difference between Android 1.1 and Android 3.2 : S.No. ANDROID 1.1 ANDROID 3.2 1. It is the second version of Android. It is the next version of Android after Android 3.1. 2. It is successor to Android 1.0 version. It is successor to Android 3.1 version. 3. It is predecessor to Android 1.5 version. It is predecessor to Android 3.2.1 version. 4. It was released on 09 February 2009. It was released on 15 July 2011. 5. The API level in Android 1.1 version is 2. The API level in Android 3.2 version is 13. 6. It does not have official version name like its successors. It has official version name like its other previous versions. 7. It has unofficial version name 'Banana Bread'. It has official version name 'Honeycomb'. 8. It had all the features of previous version and two more features were added in this version. It had all features of previous versions and new user and developer features were added in this version. 9. It did not have media sync from SD card. Media sync from SD card was introduced in this version. 10. It did not have compatible display mode. Compatible display mode was introduced in this version. 11. It did not have developer features. Key developer feature like extended API for managing screens support was added in this version. Comment More infoAdvertise with us Next Article Difference between Android 1.1 and Android 3.2 P pp_pankaj Follow Improve Article Tags : Android Similar Reads States of a Process in Operating Systems In an operating system, a process is a program that is being executed. During its execution, a process goes through different states. Understanding these states helps us see how the operating system manages processes, ensuring that the computer runs efficiently. Please refer Process in Operating Sys 11 min read Android Architecture Android architecture contains a different number of components to support any Android device's needs. Android software contains an open-source Linux Kernel having a collection of a number of C/C++ libraries which are exposed through application framework services. Among all the components Linux Kern 5 min read Android Tutorial In this Android Tutorial, we cover both basic and advanced concepts. So whether you are a fresher (graduate) or an experienced candidate with several years of Android Development experience, you can follow this Android tutorial to kick-start your journey in Android app development. Our Android Tutor 15+ min read Activity Lifecycle in Android with Demo App In Android, an activity is referred to as one screen in an application. It is very similar to a single window of any desktop application. An Android app consists of one or more screens or activities. Each activity goes through various stages or a lifecycle and is managed by activity stacks. So when 9 min read Introduction to Android Development Android operating system is the largest installed base among various mobile platforms across the globe. Hundreds of millions of mobile devices are powered by Android in more than 190 countries of the world. It conquered around 71% of the global market share by the end of 2021, and this trend is grow 5 min read Top 50 Android Interview Questions and Answers - SDE I to SDE III A Linux-based open-source OS, Android was created by Andy Rubin and became one of the most popular smartphone operating systems. With 71 percent of the market share worldwide, Android is on top. Because it is on top in the smartphone OS, Android development is always in demand.If you are seeking a j 15+ min read Android UI Layouts Layouts in Android define the user interface and hold UI controls or widgets that appear on the screen of an application. Every Android application consists of View and ViewGroup elements. Since an application contains multiple activitiesâeach representing a separate screenâevery activity has multip 5 min read Top 50 Flutter Interview Questions and Answers for 2025 Flutter is an open-source, cross-platform application development framework. It was developed by Google in 2017. It is used to build applications for Android, iOS, Linux, Mac, Windows, and the web. Flutter uses the Dart programming language. It provides a simple, powerful, efficient, and easy-to-und 15+ min read Components of an Android Application There are some necessary building blocks that an Android application consists of. These loosely coupled components are bound by the application manifest file which contains the description of each component and how they interact. The manifest file also contains the appâs metadata, its hardware confi 3 min read Android Studio Tutorial It is stated that "If you give me six hours to chop down a tree then I will spend the first four hours in sharpening the axe". So in the Android Development World if we consider Android Development as the tree then Android Studio should be the axe. Yes, if you are starting Android Development then y 9 min read Like