yashkite / UMoney

This project is based on money management for anyone who like the 20-30-50 rule also like to add automation in transaction tracking for more please refer to README.md
https://www.elececo.com/
GNU General Public License v3.0
2 stars 1 forks source link

add feature Data Edit and delete from recyclerview #13

Open yashkite opened 2 years ago

yashkite commented 2 years ago

now at this moment, we are able to save the new entry and read it and show that in the recycler view in each fragment now, we like to implement the data edit and delete feature by selecting.

for that, we need an activity that will show the summary and also come with two buttons edit and delete

yashkite commented 2 years ago

Created button which will appear when items in recycler view is clicked.

Screenshot_2022-08-08-15-44-49-20_fad799079d3f45dfd96d7dc934ab9d8b.jpg

yashkite commented 2 years ago

Screenshot_2022-08-10-12-11-53-57_fad799079d3f45dfd96d7dc934ab9d8b.jpg Screenshot_2022-08-10-12-11-06-80_fad799079d3f45dfd96d7dc934ab9d8b.jpg

yashkite commented 2 years ago

we have to save the DocID to the string inside the document, so we can get the reference and use it to do an update and delete operations.

yashkite commented 2 years ago

We have solved the delete problem in this commit and next, we are planning to do the required changes in the update function for the proper transaction update