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.

  1. 2×Asked in 2025, 2023
    List 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. 2×Asked in 2024, 2023
    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 item is selected.Answer coming10
    See the wording in each paper
  3. 2×Asked in 2024, 2021
    Explain Android architecture with a suitable diagram.Answer coming5
    See the wording in each paper
  4. 2×Asked in 2025, 2021
    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 to the database and insert three book records and display…Answer coming10
    See the wording in each paper
  5. 2×Asked in 2022, 2021
    What 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