Android Question 1 Vote per user per post

Alexander Stolte

Expert
Licensed User
Longtime User
Hello community,

If you have a thumbs up in the YouTube app, then this is blue. What is the fastest way to write this to the database? And what is the fastest way to get this information, because i have a list of postings.

My thoughts were: write to the database the user_id and the content_id and check if this is available for this id before you can vote.
 
Top