Contact List App using Room Datbase and Type converters.
- Add contact from AddRecordActivity
- Create a entity data class, dao and database classes for Room.
- Create Converter class to convert date to long while adding to Room DB and vice versa.
- Show the contacts using recycler view.
- Delete contact using dao and database.
- Used DifferCallback to get and set the data to adpter using list.