Is it possible for the data in my SQLite database to have values other than my View when changed in the MyApplicationName.Droid project?
I do not know if it's exactly the source of the problem but I'll explain how my application is working. I have a View in my PCL project with a ListView that is loaded the first time I start the application, after this load I make a call to a class in the MyApplicationName.Droid project via DependencyService and there starts a routine where the values of the objects of my ListView are changed and updated, the problem is that when I click on any item in my ListView to load the data, they do not have the values that were updated, this only happens when I close my page and open it again.
What could be happening? Thank you.
I would like to share here the project code to find the error and make it clear what is happening, however, my application has a lot of code in this routine.