I am using the new Android ORM Room. And I faced the following issue, queries that use ORDER BY with arguments don\'t work.
If I want to use the field populated fro
you can only arrange data in ascending order in reference to name of any of column. Programatically you cannot pass any value to Dao methods