addy sachdeva

Greenhorn
+ Follow
since Jun 08, 2021
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by addy sachdeva

I am working on a tasks app, and I'm wanting to use Room to save my data. So I've created the 3 required classes. However, in my DAO class, my @Query statement isn't working, as it says it cannot resolve certain symbols. I have no idea why this is happening. Please help.

Code for subtaskdetails (the first class)

   

Code for DAO Class :

   


Code for DataBase Class :

   


2 years ago