What do you mean by mobile device? List and explain any four popular programming languages used for developing mobile applications.
What is an event? How many ways to handle events in android programming?
Explain android architecture briefly with a suitable diagram.
Why is fragment needed in android application? How can a fragment be added to an activity?
What are different types of UI controls used in IOS programming? Write a swift program to find the sum of all elements of a 1-D array.
How is List View differ from Recycler View? Explain with an example.
How do you find a view element in your program? Which dialog boxes can you use in your android application?
Attempt any TWO questions
[2x10=20]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 to the database and insert five student records and display the student information.
Develop an android application to calculate simple interest using a customize dialog box.
Develop an android application to input your Name, Age, gender and other personal information. Pass and display this information in another activity.