Android Interview Questions - Tutorialspoint
Android Interview Questions - Tutorialspoint
1/5
11/15/2016
2/5
11/15/2016
The Adapter is used to create child views to represent the parent view items.
What is shared preferences in android?
Shared preferences are the simplest mechanism to store the data in XML documents.
What are the key components in android architecture?
Linux Kernel
Libraries
Android Framework
Android applications.
What does the intent filter do in android?
Intent filters are filter out the intents.
Where layouts are placed in android?
In The Layout folder, layouts are placed as XML files
What is nine-patch images tool in android?
We can change bitmap images in nine sections as four corners,four edges and an axis
How many dialog boxes do support in android?
AlertDialog, ProgressDialog,DatePickerDialog, and TimePickerDialog
What are the exceptions available in android?
InflateException,Surface.OutOfResourceException,SurfaceHolder.BadSurfaceTypeException,and
WindowManager.BadTokenException
What is the order of dialog-box in android?
Positive, Neutral, Negative.
What is the order of dialogbox in android?
Positive, Neutral, Negative.
What are the different storages available in android?
Shared Preferences,Internal Storage,External Storage,SQLite Databases and Network Connection
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.
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
How is the use of web view in Android?
https://www.tutorialspoint.com/cgi-bin/printpage.cgi
3/5
11/15/2016
WebView is UI component that can display either remote web-pages or static HTML
Why can't you run java byte code on Android?
Android uses DVM (Dalvik Virtual Machine ) rather using JVM(Java Virtual Machine), if we want, we can get
access to .jar file as a library.
How does android track the application on process?
Android provides a Unique ID to all applications is called as Linux ID,this ID is used to track each application.
How to change application name after its deployment?
It's not truly recommended to change application name after it's deployment, if we change, it will impact on all
other internal components.
Define the application resource file in android?
JSON,XML bitmap.etc are application resources.You can injected these files to build process and can load them
from the code.
How to launch an activity in android?
Using with intent, we can launch an activity.
Intent intent = new Intent(this, MyTestActivity.class);
startActivity(intent);
4/5
11/15/2016
What is Next?
Further you can go through your past assignments you have done with the subject and make sure you are able to
speak confidently on them. If you are fresher then interviewer does not expect you will answer very complex
questions, rather you have to make your basics concepts very strong.
Second it really doesn't matter much if you could not answer few questions but it matters that whatever you
answered, you must have answered with confidence. So just feel confident during your interview. We at
tutorialspoint wish you best luck to have a good interviewer and all the very best for your future endeavor.
Cheers :-)
https://www.tutorialspoint.com/cgi-bin/printpage.cgi
5/5