CACS351 Mobile Programming
Mobile Programming: most repeated questions
Questions that have come up in more than one paper, matched by what they ask rather than exact wording. Most repeated first.
- 2×Asked in 2025, 2023List and explain any three features of RecyclerView. Develop an android application to display any five programming languages in GridView.Answer coming10
See the wording in each paper
- 2×Asked in 2024, 2023Develop an android application to display a list of Students (Student name) in ListView and display the student details (student image, roll, name, and college) in a Custom Dialog when a ListView item is selected.Answer coming10
See the wording in each paper
- Develop an android application to display a list of Students (Student name) in ListView and display the student details (student image, roll, name, and college) in a Custom Dialog when a ListView…TU Board 2024
- 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.TU Board 2023
- 2×Asked in 2024, 2021Explain Android architecture with a suitable diagram.Answer coming5
See the wording in each paper
- 2×Asked in 2025, 2021Provided that a SQLite database named "BookStore" with a table named Book with the following columns (book id as Integer, name as Text and author as Text). Develop an android application to connect to the database and insert three book records and display…Answer coming10
See the wording in each paper
- Provided that a SQLite database named "BookStore" with a table named Book with the following columns (book id as Integer, name as Text and author as Text). Develop an android application to connect…TU Board 2025
- Provided that a SQLite database named "College" with a table named Student with the following columns (Roll as Integer, Name as Text and Address as Text). Develop an android application to connect…TU Board 2021
- 2×Asked in 2022, 2021What do you mean by View hierarchy in IOS programming? Write a swift program to find the sum of all elements of a 1 D array.Answer coming5
See the wording in each paper