Enhance an application which is already created in practical-10 by implementing following features:
- Copy practical-10 into different folder with name of practical-11.
- Create NodeData Class in which store Table Name, Column name, Table Query by using String Constant & in companion object.
- Create DatabaseHelper class by implementing these methods: getAllNotes(), getNotesCount(), insertNote(), deleteNote(), UpdateNote()
- Modify ListView & its adapter to display all notes.
- Modify Common Custom Dialog Box for add, edit note, delete note.
- Alarm, Reminder, notification functionality should be same as built in practical-10.
- Store Login details like Username & password by using SharedPreferences.