I have a app data storage question.
I want to store users game scores centrally where I can access and evaluate later on. So, this is just one way communication with minimal interactivity. App can user send and forget method.
According to this Storing simple data in android app I have to use network connection option.
My questions are 1) How do I enable secure communication between the app and this storage (to avoid some one sending fake requests)
2) What are the best storage or DB services (File in Google drive)