Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 409 Bytes

File metadata and controls

20 lines (20 loc) · 409 Bytes

CRUD-App

An android application that would demonstrate CREATE, RETRIEVE, UPDATE, and DELETE of data.
Create
Should be able to store data into the database.
Retrieve
Should be able to Search data thru the ID
Should be able to view all Records (View All)
Update
Should be able to update the data except for the ID
Delete
Should be able to delete a student record.