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 current date and time by default while doing the entry #14

Closed yashkite closed 2 years ago

yashkite commented 2 years ago

while making manual entries we have to add the date and time and also show them in the recycler view via the most recent entry in the first place.

yashkite commented 2 years ago

Sumit, a friend of mine suggested a great resource for this issue.

reference link:- https://www.tutorialspoint.com/how-to-use-date-time-picker-in-android

now at this moment, we can able to save the date picker data inside the variable needed to save the data inside firebase so it will be get saved while adding the transaction manually.

satnium commented 2 years ago

check this out for epoch time (timestamp) ---- link --- https://www.epochconverter.com/

yashkite commented 2 years ago

things to get clear to solve this issues

Write Operation:-

Read Operation:-

yashkite commented 2 years ago

image image

yashkite commented 2 years ago

i was able to show the time like this

Screenshot_2022-07-25-11-04-36-88_fad799079d3f45dfd96d7dc934ab9d8b.jpg

I think we can go ahead with read operation what do you think @satnium

yashkite commented 2 years ago

New changes looks like this

Screenshot_2022-07-25-11-54-24-45_fad799079d3f45dfd96d7dc934ab9d8b.jpg

yashkite commented 2 years ago

Screenshot_2022-07-26-01-51-48-17_fad799079d3f45dfd96d7dc934ab9d8b.jpgScreenshot_2022-07-26-01-51-44-82_fad799079d3f45dfd96d7dc934ab9d8b.jpg read and write is looking good i think its time to close this issue