What is mobile device? Explain different features of mobile device.
List and explain any five widgets used in android programming.
Differentiate RelativeLayout and ConstraintLayout with suitable example.
Develop an android application to calculate perimeter of rectangle using LinearLayout.
Develop an android application to create two fragments and display it in activity.
Explain the process of creating options menu in android app with suitable program.
Define ViewController. Write a Swift program to calculate factorial of a number using function.
Attempt any TWO questions
[2x10=20]List and explain any three features of RecyclerView. Develop an android application to display any five programming languages in GridView.
Explain different types of API. Develop an android application to pass name and age of customer from one activity to another.
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 the book information.