BCA Semester 6 – Mobile Programming – Unit 4: Android Activity (4Hrs)
Comprehensive questions and detailed answers for Unit 4: Android Activity (4Hrs). Perfect for exam preparation and concept clarity.
What is an event? How many ways to handle events in android programming?
How do you find a view element in your program? Which dialog boxes can you use in your android application?
Develop an android application to input your Name, Age, gender and other personal information. Pass and display this information in another activity.
What are the uses of fragments? How fragments are differing from activity?
Develop an android application to display a list of students (student_name) in ListView and display the student details (roll, name and address) in a fragment when a ListView item is selected.
Why fragment is needed in android? Write a java code only to send data from one activity to another activity using implicit intent.
Sample Questions
How do you find a view element in your program? Which dialog boxes can you use in your android application?
Develop an android application to input your Name, Age, gender and other personal information. Pass and display this information in another activity.
What are the uses of fragments? How fragments are differing from activity?
Develop an android application to display a list of students (studentname) in ListView and display the student details (roll, name and address) in a fragment when a ListView item is selected.
And more questions available on this page.