ANDROID PRACTICAL 93 | SYLLABUS APPLICATION 51| ADMISSION FORM |SPINNER WITH SQLITE | INSERT|DISPLAY

Опубликовано: 08 Октябрь 2024
на канале: Chirag Rachchh
56
5

In this video, I have demonstrated Syllabus(2020) Application 51.
Definition : Create an application that designs a layout for making an Admission Form. The layout should contain details like student enrollment no (textbox), Sem (spinner), Course (spinner), Date (date control), DOB (Date picker), SSC marks (textbox), HSC Marks (spinner), CMAT Score (Textbox) and a button named Submit. When the button submit is clicked than a new layout should be opened that displays all the student details as a summary and also display Merit Score. Merit Score should be calculated when the submit button is clicked.
Merit score = Average of (SSC marks, HSC Marks, CMAT score)