HamiIT
Sign inGet started
Home
ADD CONTENT

Sign in Required

Please sign in to add content

Sign In
ProgramsBCASemester 6Mobile ProgrammingUnit 4: Android Activity (4Hrs)
Chapter Study

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.

6
Questions
40
Marks
Back to All Chapters
1

What is an event? How many ways to handle events in android programming?

MediumTHEORY5 marks2021(TU FOHSS Final)
2

How do you find a view element in your program? Which dialog boxes can you use in your android application?

MediumTHEORY5 marks2021(TU FOHSS Final)
3

Develop an android application to input your Name, Age, gender and other personal information. Pass and display this information in another activity.

HardTHEORY10 marks2021(TU FOHSS Final)
4

What are the uses of fragments? How fragments are differing from activity?

MediumTHEORY5 marks2023(TU FOHSS Final)
5

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.

HardTHEORY10 marks2023(TU FOHSS Final)
6

Why fragment is needed in android? Write a java code only to send data from one activity to another activity using implicit intent.

MediumTHEORY5 marks2024(TU FOHSS Final)
Showing 6 questions

Questions in Unit 4: Android Activity (4Hrs)

What is an event? How many ways to handle events in android programming?

Marks: 5

Year: 2021 Final TU FOHSS

Event (Definition) An event is an action or occurrence generated by the user or system that the Android application responds to. Events are usually triggered by user interactions with the UI. Exampl

How do you find a view element in your program? Which dialog boxes can you use in your android application?

Marks: 5

Year: 2021 Final TU FOHSS

1. Finding a View Element in Android To access or manipulate a UI component (view) in an Android application, you use the findViewById() method. Steps: 1. Assign an ID to the view in the XML layout: x

Develop an android application to input your Name, Age, gender and other personal information. Pass and display this information in another activity.

Marks: 10

Year: 2021 Final TU FOHSS

1. XML Layout for MainActivity (activitymain.xml) xml <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layoutwidth="matchparent" android:layoutheight="matchpare

What are the uses of fragments? How fragments are differing from activity?

Marks: 5

Year: 2023 Final TU FOHSS

1. Uses of Fragments Fragments are modular sections of an activity that have their own lifecycle, UI, and behavior. They are used to create flexible and reusable UI components. Key Uses: - Modular UI

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.

Marks: 10

Year: 2023 Final TU FOHSS

1. XML Layouts 1.1 Activity Layout (activitymain.xml) xml <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layoutwidth="matchparent" android:layoutheight="matc

Why fragment is needed in android? Write a java code only to send data from one activity to another activity using implicit intent.

Marks: 5

Year: 2024 Final TU FOHSS

1. Why Fragment is Needed in Android Definition: A fragment is a modular and reusable UI component that represents a portion of an activity. Key Points: - Fragments allow dynamic and flexible UI d

About Unit 4: Android Activity (4Hrs) Questions

This page contains comprehensive questions from the Unit 4: Android Activity (4Hrs) chapter of Mobile Programming, part of the BCA Semester 6 curriculum. All questions include detailed model answers from past TU exam papers.

Study Tips

  • Review concepts before attempting questions
  • Practice writing complete answers
  • Compare your answers with model solutions
  • Focus on questions from recent years
  • Use direct links (#question-ID) to bookmark and share specific questions

Related Resources

← Back to Mobile Programming Chapters

Unit 4: Android Activity (4Hrs) chapter questions with answers for Mobile Programming (BCA Semester 6). Prepare for TU exams with our comprehensive question bank and model answers.

H
Hami IT

Empowering IT students with quality education resources and comprehensive exam preparation materials.

Programs

  • Flutter
  • Java
  • DevOps

Company

  • About Us
  • Contact

Contact

  • 📧hamiit.dev@gmail.com
  • 📞+977 9813706443
  • 📍Kathmandu, Nepal

© 2026 Hami IT. All rights reserved.