Wednesday 11 February 2015

Latest Android Interview Questions and Answers for freshers and experienced pdf (Page 2)

Below are some important Android interview questions which are asked in most MNC company interviews for beginners or professionals.

6. What is a resource?
A user defined JSON, XML, bitmap, or other file, injected into the application build process, which can later be loaded from code.

7. How will you record a ihone call in Android? or How to handle on Audio Stream for a call in Android?
PermissionsWOCESS_OUTGOING_CALLS: Will Allows an application to monitor, modify, or abort outgoing calls. So through that we can monitor the Phone caIlsi

8. What’s the difference between class, file and activity in android?
Class - The Class file is complied from .java file. Android will use this .class file to produce the executable apk
File - It is a block of resources, srbitrary information. It can be an y file type.
Activity - An activity is the equivalent of a Frame/Window in GUI toolkits. It is not a file or a file type it is just a class that can be extended in Android for loading UI elements on view.

9. Does Android support the Bluetooth serial port p roflle?
AYes.

10. Can an application be started on powerup?
Yes.
More Questions & Answers :-

No comments:

Post a Comment