Question: Develop an application to store the data using SQLite Databases. Assume that there are n records in the table Marks(student_id, student_name, Marks_1, Marks_2, Marks 3).
Develop an application to store the data using SQLite Databases. Assume that there are n records in the table Marks(student_id, student_name, Marks_1, Marks_2, Marks 3). Develop Main activity to read the new student details from the user and display average marks of the required student in a separate activity file (on clicking a button "details in Main Activity navigate to second activity and read the student_id to display the average marks of the student) Write all the required Java codes for the application and the main layout xml file. Develop an application to store the data using SQLite Databases. Assume that there are n records in the table Marks(student_id, student_name, Marks_1, Marks_2, Marks 3). Develop Main activity to read the new student details from the user and display average marks of the required student in a separate activity file (on clicking a button "details in Main Activity navigate to second activity and read the student_id to display the average marks of the student) Write all the required Java codes for the application and the main layout xml file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
