"People" is simple Android App which allows you to execute basic Android sqlite operation (CRUD = Create, Read, Update, Delete). Each people represent one row contains (id, name, description, dateCreated, dateUpdated). A "dateCreated" field is created when you create new task and A "dateUpdated" field can be edited when you update the existing task. And you can show all the existing data using view all peoples.