Project Information

  • Project name
    : StudentInfo
  • Category
    : Android
  • Role
    : Developer (Kotlin)
  • Project date
    : 2020
  • Tools
    : Android Studio
  • Project URL

Details

MahasiswaApp is an Android app designed to store and manage student data. The main function of this app is to allow users to add student data to the list. Users can enter information such as name, student ID number, major, and year of entry.

Features:

  • Add Student Form: Users can access the form to add new student data. The form contains fields for entering the name, student ID number, major, and year of entry. Each field has proper validation to ensure the data entered is accurate and complete.
  • Save Button: After filling out the form, users can press the save button to save the student data. The newly added student data will be added to the list.
  • Student List: Although this project's function is limited to create only, the app can still display a list of students. The student list will display all students added by the user.