This is a simple CRUD application using SQLite. Create, Read, Update, and Delete a user from User table.
The main activity displays the user placed in a listview fragment
Press the Create button on top of the Main Activity to create a user user
On the Main Activity press on one of the List View items to open a new activity that will allow you to update or delete a user.