State the code names of Android along with the year when they were brought in?

devquora
devquora

Posted On: Jun 11, 2024

 

Following are the code names with year:

  1. Astro
  2. Blender
  3. Cupcake (April 2009)
  4. Doughnut (September 2009)
  5. Eclair (October 2009)
  6. Froyo (may 2010)
  7. Gingerbread (December 2010)
  8. Honeycomb (February 2011)
  9. Ice Cream Sandwich (October 2011)
  10. Jellybean (July 2012)
  11. Kitkat (October 2013)
  12. Lollipop (November 2014)
  13. Marshmallow (since October 2015)

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Android Interview Questions

    What is Android?

    Android, built on the Linux kernel, is an open-source operating system used in smartphones and tablets. Its high-performance components empower developers to create and execute apps with diverse funct..

    Android Interview Questions

    What are the Android application components?

    Android application components, including Activities, Services, Broadcast Receivers, and Content Providers, form the foundational elements of Android apps. These components facilitate various function..

    Android Interview Questions

    What does Fragment mean?

    Fragments in Android represent modular UI components within a FragmentActivity. They enable the creation of flexible and reusable UIs by combining multiple fragments within a single activity. Each fra..