Quantcast
Channel: User Mr.Goomer - Stack Overflow
Viewing all articles
Browse latest Browse all 42

Answer by Mr.Goomer for Getting Parse Row Wrong ObjectId

$
0
0

So I fix it by adding these 2 lines:

The first:

MyData Editdata = (MyData) adapter.getItem(position);

To

MyData Editdata = (MyData) adapter.getItem(finalPosition);

The second line I added is(I added it because my listview display the same way):

query.orderByDescending("updatedAt");

Viewing all articles
Browse latest Browse all 42

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>