Mad Ques
Mad Ques
c) List any four folders from directory structure of Android project and elaborate in one line.
application.
b) Define emulator.
c) List and elaborate steps to deploy an Android application on Google play store.
d) Describe with example, how to create a simple database in SQLite (Assume suitable data).
b) State syntax to create Text View and Image button with any two attributes of each.
d) State and elaborate the syntax of required class and methods for Geocoding.
a) Explain with example, code to create GUI using absolute layout (Assume suitable data)
e) Write a program to demonstrate declaring and using permissions with any relevant example.
d) Elaborate the need of permissions in Android. Explain the permissions to set system functionalities
like SEND-SMS, bluetooth.
b) Explain the steps to install and configure Android studio and SDK.
e) Develop an application to send and receive SMS (Write only .Java and permission tag in manifest
file).
c) Explain property animation method to animate the properties of view object with example.
c) Explain the need of Android Operating System. Also describe any four features of android.
d) Develop a program to add “Hello World” marker at (10,10) co-ordinates. Write only . java file.
d) Develop an application to display analog Time Picker. Also display the selected time. (Write only .
java file)
d) Develop an application to send and receive SMS. (Write only . java and permission tag in manifest
file)
6 Marks
a) Write a program to convert temperature from celcius to farenhite and vice versa using Toggle
button. (Design UI as per your choice. Write XML and java file)
a) Write a program to implement Android Activity Life Cycle. Use toast messages to display message
through life cycle.
c) Design UI using table layout to display buttons with 0 – 9 numbers on it. Even display submit and
clear button. When user clicks on particular buttons and later when clicks on submit button, it should
display the numbers clicked.
b) Write a program to find the direction from user’s current location to MSBTE, Bandra. (Write only
.Java and manifest file).
b) Develop an android application for taking student feedback with database connectivity.
c) Explain how linear and frame layout is used to design an android application with suitable
example.
appropriate UI controls)
c) Develop a program to TURN ON and OFF bluetooth. Write .java file and permission tags.