Home Interview Questions and AnswersTechnical Interview Questions and AnswersAndroid Android Interview Questions and Answers For Freshers Part-3

android321.How to Translate in Android?
Android uses Google translator to translate data from one language into another language and placed as a string while development

22.Where layouts are placed in android?
In The Layout folder, layouts are placed as XML files

23.What is nine-patch images tool in android?
We can change bitmap images in nine sections as four corners,four edges and an axis

24.How many dialog boxes do support in android?
AlertDialog, ProgressDialog,DatePickerDialog, and TimePickerDialog

25.What are the exceptions available in android?
InflateException,Surface.OutOfResourceException,SurfaceHolder.BadSurfaceTypeException,and WindowManager.BadTokenException

26.What is the order of dialog-box in android?
Positive, Neutral, Negative.

27.What is the order of dialogbox in android?
Positive, Neutral, Negative.

28.What are the different storages available in android?
Shared Preferences,Internal Storage,External Storage,SQLite Databases and Network Connection

29.What is a Sticky Intent in android?
Sticky Intent is also a type of intent which allows the communication between a function and a service for example,sendStickyBroadcast() is perform the operations after completion of intent also.

30.How is the use of web view in Android?
WebView is UI component that can display either remote web-pages or static HTML

You may also like

Leave a Comment