📝
Android Programming
Search...
Ctrl
K
Contents
Table of Contents
Previous
Introduction
Next
Q1
Last updated
4 years ago
Questions
Code
Output
Q-1 Create “Hello World” application. That will display “Hello World” in the middle of the screen in the emulator. Also display “Hello World” in the middle of the screen in the Android Phone.
Q-2 Create an application to display various android activity lifecycle phases.
Q-3 Create an application with first activity with an editText and send button. On click of send button, make use of explicit intent to send text to second activity and display there in text view.
Q-4 Create an application with first activity with an editText and send button. On click of send button, make use of implicit intent that uses a SEND ACTION and let user select app chooser and navigate to that application.
Q-5 Create a spinner with strings taken from resource folder (res >> value folder) and on changing the spinner value, image will change.
Q-6 Create a menu with 5 options and selected options should appear in text box.
Q-7 Create a radio button group with radio button of all courses in your college and on selecting a particular course, teacher-in-charge of that course should appear at the bottom of the screen.
Q-8 Create an application with 3 buttons vertically aligned, on selecting a button color of the screen will change.
Q-9 Create an application with 3 buttons horizontally aligned, on selecting a button color of the screen will change.
Q-10 Create a Login application (check username and password). On successful login, pop up a message. ("Welcome username")
Q-11 Create a login application as above, on successful login redirect to another activity without logout button a dialog appears with OK and CANCEL button. On OK button click go to login activity and on CANCEL stay at same activity.
Q-12 -Create an application to Create, Insert, Update and Delete operation on the database.
Code
Output
Code
Output
Code
Output
Code
Output
Code
Output
Code
Output
Code
Output
Code
Output
Code
Output
Code
Output
Code
Output
Code
Output