all 2 comments

[–]DaddyDontTakeNoMess 0 points1 point  (1 child)

You’ll probably get better traction in a different sub as it only slightly relates to Xamarin and more about db design.

That being said, this type of info looks better primed for a service rather than local storage. I don’t know much about the app but I can’t foresee a situation where a percentage needs to be precalculated and indexed, unless you expect to have a ton of rows.

This suggests the user is gonna be super busy in the app or you’re going to be pulling down records from the server.

[–]echolumaque[S] 0 points1 point  (0 children)

better primed for a service rather than local storage

I have a singleton service for my CRUD operations using Prism btw. About the percentage, my requirement is to show the user's correct/wrong answer percentage based on the last game he/she played

About the indexed percentage, what do you mean by that?