How to Retrieve Data from SQLite Room and Assign It to Variable in Android Dev?
How to retrieve a value from the SQLite Database in android and assign it to a variable? I want to use the previously saved value for a few functions in the code further.
Data Retrieval Using Flow Not Working Properly From Composable
Function in my Dao file is:
Data Retrieving In Android Not Working Properly
I am working on a streak counter functionality, the streak counting logic is working fine, but the data for last lkogin date and last streak is not being fetched proplerly. What could be the possible reason for it?