GithubHelp home page GithubHelp logo

course_registration_waiting_list_rafaelhidalgo's Introduction

Course Registration Waiting List

This repository contains the code for a Course Registration Waiting List application developed by Rafael Hidalgo. The application is designed to manage a waiting list of students who wish to register for a course. Users can add students to the waiting list, view the list, and remove students from it.

Key Features

  1. Add Students: Users can add students to the waiting list by providing their name and email.
  2. View Waiting List: The main screen displays a list of students currently on the waiting list.
  3. Remove Students: Users can remove students from the waiting list.

Code Structure

  • MainActivity.java: This is the main activity of the application. It handles the user interface interactions and manages the list of students.

  • StudentsAdapter.java: This adapter class is responsible for displaying the list of students in a RecyclerView.

  • StudentDAO.java & StudentsAppDatabase.java: These classes are related to the database operations. The DAO (Data Access Object) provides methods to interact with the database, and the AppDatabase class sets up the Room database.

  • Student.java: This is the entity class representing a student. It contains attributes like name and email.

  • Layout Files:

Conclusion

This application serves as a simple yet effective tool for managing a course registration waiting list. It demonstrates the use of Android's Room database for data persistence and showcases the implementation of CRUD operations in a mobile application.

course_registration_waiting_list_rafaelhidalgo's People

Contributors

omnidox avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.