What features are in a release?



What features are in a release?..

Answer / Vikram Rajesh Kumar

A Android release includes new features, improvements, bug fixes, and API changes. Examples include Android 2.3 (Gingerbread), Android 4.0 (Ice Cream Sandwich), Android 5.0 (Lollipop), etc.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Android OS Interview Questions

What are the four essential states of an activity?

1 Answers  


On android services, onstart() and onbind() are the same?

1 Answers  


The last callback in the lifecycle of an activity is onDestroy(). The system calls this method on your activity as the final signal that your activity instance is being completely removed from the system memory. Usually, the system will call onPause() and onStop() before calling onDestroy(). Describe a scenario, though, where onPause() and onStop() would not be invoked.

1 Answers  


Which are location provider in android ?

1 Answers  


What is the life cycle of android activity?

1 Answers  


How do I enable google play services on android?

1 Answers  


What is meant by services?

1 Answers  


Explain android architecture briefly.

1 Answers  


Can I open exe files on android?

1 Answers  


what is a content provider in android?

1 Answers  


Why do we need dagger 2?

1 Answers  


What is api level, codename of android 4.1 – 4.3?

1 Answers  


Categories