Start a new topic
Answered

Android get last row database from collection

Hi, i have a question about Kinvey fetching data. I about to fetching the data from my Kinvey to my android apps but i just only need the last row which meant the latest data insert in collection. Does any method to fetching last row from Kinvey database? Thank in advance.  


Best Answer

you can try to use query with sort the KinveyMetaData. and set the query limit to 1. 


yes, i did it, i had voted for the answer!

Thank for your reply, i try first.

Answer

you can try to use query with sort the KinveyMetaData. and set the query limit to 1. 


1 person likes this
Login or Signup to post a comment