This Project created using Room with coroutines, Navigation, View Binding and Livedata with MVVM architecture. Basicly, The project contain CRUD operations. You can create, update, detele and read your notes with using Room Library. These operations is asynchronous and different treads can not access same function in same time.
Home Page RecyclerView | New Note Page | Created Note Details (Update, Delete) |