Android Software Engineer Question:

Explain bin file in Android?

Android Software Engineer Interview Question
Android Software Engineer Interview Question

Answer:

It contains the .apk file (Android Package) that is generated by the ADT during the build process. An .apk file is the application binary file. It contains everything needed to run an Android application.


Previous QuestionNext Question
Explain assets folder in Android?Explain src file in Android?