You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I changed sqlite query to ORDER BY id DESC its not showing data in Descending order its shows in Ascending order
but when I used old method to inflate Menu with oncreateOptionMenu its works properly fine but when I used new MenuHost to inflate its not working properly
@query("SELECT * FROM todo_table ORDER BY id DESC")
fun getAllData(): LiveData<List>
The text was updated successfully, but these errors were encountered:
when I changed sqlite query to ORDER BY id DESC its not showing data in Descending order its shows in Ascending order
but when I used old method to inflate Menu with oncreateOptionMenu its works properly fine but when I used new MenuHost to inflate its not working properly
@query("SELECT * FROM todo_table ORDER BY id DESC")
fun getAllData(): LiveData<List>
The text was updated successfully, but these errors were encountered: